Html Css Color HEX #0A0617 Black Russian

📋 copy color: '#0A0617'

red 10 ◦ green 6 ◦ blue 23

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

Shades of Black Russian #0A0617

Tints of Black Russian #0A0617

RGB

 RED value IS 10 (4.3% from 255) = 25.64%

 GREEN value IS 6 (2.73% from 255) = 15.38%

 BLUE value IS 23 (9.38% from 255) = 58.97%

R = 25.64%
G = 15.38%
B = 58.97%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0617 (or 0x0A0617) is known color: Black Russian. HEX triplet: 0A, 06 and 17. RGB value is (10,6,23). Sum of RGB (Red+Green+Blue) = 10+6+23=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0617 is #F5F9E8. Grayscale: #090909. Windows color (decimal): -16120297 or 1508874. OLE color: 1508874.

HSL color Cylindrical-coordinate representation of color #0A0617: hue angle of 254.12º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A0617 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 6 23 -
CMYK 0.57 0.74 0 0.91
HSL 254.12º 0.59% 0.06% -
HSV(B) 254.12º 0.74% 0.09% -
XYZ 0.34 0.26 0.84 -
YUV 9.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 10 6 23 0.57 0.74 0 0.91 254.12 0.59 0.06
Hex A 6 17 39 4A 0 5B FE 3B 6
Octal 12 6 27 71 112 0 133 376 73 6
Binary 1010 110 10111 111001 1001010 0 1011011 11111110 111011 110

Color Harmonies of #0A0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0617

Black with #0A0617

Text Example


Text Example

White with #0A0617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,6,23); }

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

background-color css

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

 a { background-color: rgb(10,6,23); }

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

border-color css

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

 span { border-color: rgb(10,6,23); }

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