Html Css Color HEX #0C1621 Black Pearl

📋 copy color: '#0C1621'

red 12 ◦ green 22 ◦ blue 33

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

Shades of Black Pearl #0C1621

Tints of Black Pearl #0C1621

RGB

 RED value IS 12 (5.08% from 255) = 17.91%

 GREEN value IS 22 (8.98% from 255) = 32.84%

 BLUE value IS 33 (13.28% from 255) = 49.25%

R = 17.91%
G = 32.84%
B = 49.25%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C1621 (or 0x0C1621) is known color: Black Pearl. HEX triplet: 0C, 16 and 21. RGB value is (12,22,33). Sum of RGB (Red+Green+Blue) = 12+22+33=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C1621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1621 is #F3E9DE. Grayscale: #141414. Windows color (decimal): -15985119 or 2168332. OLE color: 2168332.

HSL color Cylindrical-coordinate representation of color #0C1621: hue angle of 211.43º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C1621 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 22 33 -
CMYK 0.64 0.33 0 0.87
HSL 211.43º 0.47% 0.09% -
HSV(B) 211.43º 0.64% 0.13% -
XYZ 0.71 0.76 1.55 -
YUV 20.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 12 22 33 0.64 0.33 0 0.87 211.43 0.47 0.09
Hex C 16 21 40 21 0 57 D3 2F 9
Octal 14 26 41 100 41 0 127 323 57 11
Binary 1100 10110 100001 1000000 100001 0 1010111 11010011 101111 1001

Color Harmonies of #0C1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1621

Black with #0C1621

Text Example


Text Example

White with #0C1621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,22,33); }

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

background-color css

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

 a { background-color: rgb(12,22,33); }

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

border-color css

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

 span { border-color: rgb(12,22,33); }

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