Html Css Color HEX #010D27 Black Russian

📋 copy color: '#010D27'

red 1 ◦ green 13 ◦ blue 39

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

Shades of Black Russian #010D27

Tints of Black Russian #010D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 73.58%

R = 1.89%
G = 24.53%
B = 73.58%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010D27 (or 0x010D27) is known color: Black Russian. HEX triplet: 01, 0D and 27. RGB value is (1,13,39). Sum of RGB (Red+Green+Blue) = 1+13+39=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 39 (15.62% from 255 or 73.58% from 53); Max value from RGB is 39 - color contains mainly: blue. Hex color #010D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D27 is #FEF2D8. Grayscale: #0C0C0C. Windows color (decimal): -16708313 or 2559233. OLE color: 2559233.

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

Color convert

RGB 1 13 39 -
CMYK 0.97 0.67 0 0.85
HSL 221.05º 0.95% 0.08% -
HSV(B) 221.05º 0.97% 0.15% -
XYZ 0.52 0.44 1.98 -
YUV 12.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 1 13 39 0.97 0.67 0 0.85 221.05 0.95 0.08
Hex 1 D 27 61 43 0 55 DD 5F 8
Octal 1 15 47 141 103 0 125 335 137 10
Binary 1 1101 100111 1100001 1000011 0 1010101 11011101 1011111 1000

Color Harmonies of #010D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D27

Black with #010D27

Text Example


Text Example

White with #010D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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