Html Css Color HEX #010D28 Black Russian

📋 copy color: '#010D28'

red 1 ◦ green 13 ◦ blue 40

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

Shades of Black Russian #010D28

Tints of Black Russian #010D28

RGB

 RED value IS 1 (0.78% from 255) = 1.85%

 GREEN value IS 13 (5.47% from 255) = 24.07%

 BLUE value IS 40 (16.02% from 255) = 74.07%

R = 1.85%
G = 24.07%
B = 74.07%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#010D28 (or 0x010D28) is known color: Black Russian. HEX triplet: 01, 0D and 28. RGB value is (1,13,40). Sum of RGB (Red+Green+Blue) = 1+13+40=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #010D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D28 is #FEF2D7. Grayscale: #0C0C0C. Windows color (decimal): -16708312 or 2624769. OLE color: 2624769.

HSL color Cylindrical-coordinate representation of color #010D28: hue angle of 221.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010D28 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 13 40 -
CMYK 0.98 0.67 0 0.84
HSL 221.54º 0.95% 0.08% -
HSV(B) 221.54º 0.98% 0.16% -
XYZ 0.54 0.45 2.07 -
YUV 12.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 1 13 40 0.98 0.67 0 0.84 221.54 0.95 0.08
Hex 1 D 28 62 43 0 54 DE 5F 8
Octal 1 15 50 142 103 0 124 336 137 10
Binary 1 1101 101000 1100010 1000011 0 1010100 11011110 1011111 1000

Color Harmonies of #010D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D28

Black with #010D28

Text Example


Text Example

White with #010D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D28; }

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

 H1.HeaderClassName
 {
   color: #010D28;
 }
 .AnyTagClassName
 {
   color: #010D28;
 }
</style>

background-color css

<style>
 a { background-color: #010D28; }

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

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

border-color css

<style>
 span { border-color: #010D28; }

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

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