Html Css Color HEX #0F0C33 Black Russian

📋 copy color: '#0F0C33'

red 15 ◦ green 12 ◦ blue 51

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

Shades of Black Russian #0F0C33

Tints of Black Russian #0F0C33

RGB

 RED value IS 15 (6.25% from 255) = 19.23%

 GREEN value IS 12 (5.08% from 255) = 15.38%

 BLUE value IS 51 (20.31% from 255) = 65.38%

R = 19.23%
G = 15.38%
B = 65.38%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0F0C33 (or 0x0F0C33) is known color: Black Russian. HEX triplet: 0F, 0C and 33. RGB value is (15,12,51). Sum of RGB (Red+Green+Blue) = 15+12+51=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #0F0C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C33 is #F0F3CC. Grayscale: #111111. Windows color (decimal): -15791053 or 3345423. OLE color: 3345423.

HSL color Cylindrical-coordinate representation of color #0F0C33: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F0C33 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 15 12 51 -
CMYK 0.71 0.76 0 0.8
HSL 244.62º 0.62% 0.12% -
HSV(B) 244.62º 0.76% 0.2% -
XYZ 0.93 0.6 3.2 -
YUV 17.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 15 12 51 0.71 0.76 0 0.8 244.62 0.62 0.12
Hex F C 33 47 4C 0 50 F5 3E C
Octal 17 14 63 107 114 0 120 365 76 14
Binary 1111 1100 110011 1000111 1001100 0 1010000 11110101 111110 1100

Color Harmonies of #0F0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C33

Black with #0F0C33

Text Example


Text Example

White with #0F0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,12,51); }

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

background-color css

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

 a { background-color: rgb(15,12,51); }

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

border-color css

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

 span { border-color: rgb(15,12,51); }

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