Html Css Color HEX #0D0122 Blackcurrant

📋 copy color: '#0D0122'

red 13 ◦ green 1 ◦ blue 34

#0D0122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #0D0122

Tints of Blackcurrant #0D0122

RGB

 RED value IS 13 (5.47% from 255) = 27.08%

 GREEN value IS 1 (0.78% from 255) = 2.08%

 BLUE value IS 34 (13.67% from 255) = 70.83%

R = 27.08%
G = 2.08%
B = 70.83%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0D0122 (or 0x0D0122) is known color: Blackcurrant. HEX triplet: 0D, 01 and 22. RGB value is (13,1,34). Sum of RGB (Red+Green+Blue) = 13+1+34=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 34 (13.67% from 255 or 70.83% from 48); Max value from RGB is 34 - color contains mainly: blue. Hex color #0D0122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0122 is #F2FEDD. Grayscale: #080808. Windows color (decimal): -15924958 or 2228493. OLE color: 2228493.

HSL color Cylindrical-coordinate representation of color #0D0122: hue angle of 261.82º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0122 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 13 1 34 -
CMYK 0.62 0.97 0 0.87
HSL 261.82º 0.94% 0.07% -
HSV(B) 261.82º 0.97% 0.13% -
XYZ 0.47 0.22 1.53 -
YUV 8.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 13 1 34 0.62 0.97 0 0.87 261.82 0.94 0.07
Hex D 1 22 3E 61 0 57 106 5E 7
Octal 15 1 42 76 141 0 127 406 136 7
Binary 1101 1 100010 111110 1100001 0 1010111 100000110 1011110 111

Color Harmonies of #0D0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0122

Black with #0D0122

Text Example


Text Example

White with #0D0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0122; }

 p { color: rgb(13,1,34); }

 H1.HeaderClassName
 {
   color: #0D0122;
 }
 .AnyTagClassName
 {
   color: #0D0122;
 }
</style>

background-color css

<style>
 a { background-color: #0D0122; }

 a { background-color: rgb(13,1,34); }

 div.DivClassName
 {
   background-color: #0D0122;
 }
 .BgClassName
 {
   background-color: #0D0122;
 }
</style>

border-color css

<style>
 span { border-color: #0D0122; }

 span { border-color: rgb(13,1,34); }

 td.TdClassName
 {
   border-color: #0D0122;
 }
 .TagClassName
 {
   border-color: #0D0122;
 }
</style>