Html Css Color HEX #010B2A Black Russian

📋 copy color: '#010B2A'

red 1 ◦ green 11 ◦ blue 42

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

Shades of Black Russian #010B2A

Tints of Black Russian #010B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.37%

 BLUE value IS 42 (16.8% from 255) = 77.78%

R = 1.85%
G = 20.37%
B = 77.78%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#010B2A (or 0x010B2A) is known color: Black Russian. HEX triplet: 01, 0B and 2A. RGB value is (1,11,42). Sum of RGB (Red+Green+Blue) = 1+11+42=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 42 (16.80% from 255 or 77.78% from 54); Max value from RGB is 42 - color contains mainly: blue. Hex color #010B2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B2A is #FEF4D5. Grayscale: #0B0B0B. Windows color (decimal): -16708822 or 2755329. OLE color: 2755329.

HSL color Cylindrical-coordinate representation of color #010B2A: hue angle of 225.37º 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 #010B2A is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 11 42 -
CMYK 0.98 0.74 0 0.84
HSL 225.37º 0.95% 0.08% -
HSV(B) 225.37º 0.98% 0.16% -
XYZ 0.55 0.41 2.24 -
YUV 11.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 1 11 42 0.98 0.74 0 0.84 225.37 0.95 0.08
Hex 1 B 2A 62 4A 0 54 E1 5F 8
Octal 1 13 52 142 112 0 124 341 137 10
Binary 1 1011 101010 1100010 1001010 0 1010100 11100001 1011111 1000

Color Harmonies of #010B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B2A

Black with #010B2A

Text Example


Text Example

White with #010B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,11,42); }

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

background-color css

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

 a { background-color: rgb(1,11,42); }

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

border-color css

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

 span { border-color: rgb(1,11,42); }

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