Html Css Color HEX #0C1D28 Black Pearl

📋 copy color: '#0C1D28'

red 12 ◦ green 29 ◦ blue 40

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

Shades of Black Pearl #0C1D28

Tints of Black Pearl #0C1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.8%

 BLUE value IS 40 (16.02% from 255) = 49.38%

R = 14.81%
G = 35.8%
B = 49.38%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0C1D28 (or 0x0C1D28) is known color: Black Pearl. HEX triplet: 0C, 1D and 28. RGB value is (12,29,40). Sum of RGB (Red+Green+Blue) = 12+29+40=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C1D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1D28 is #F3E2D7. Grayscale: #191919. Windows color (decimal): -15983320 or 2628876. OLE color: 2628876.

HSL color Cylindrical-coordinate representation of color #0C1D28: hue angle of 203.57º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C1D28 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 12 29 40 -
CMYK 0.70 0.28 0 0.84
HSL 203.57º 0.54% 0.1% -
HSV(B) 203.57º 0.7% 0.16% -
XYZ 0.97 1.11 2.17 -
YUV 25.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 12 29 40 0.70 0.28 0 0.84 203.57 0.54 0.1
Hex C 1D 28 46 1C 0 54 CC 36 A
Octal 14 35 50 106 34 0 124 314 66 12
Binary 1100 11101 101000 1000110 11100 0 1010100 11001100 110110 1010

Color Harmonies of #0C1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1D28

Black with #0C1D28

Text Example


Text Example

White with #0C1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,29,40); }

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

background-color css

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

 a { background-color: rgb(12,29,40); }

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

border-color css

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

 span { border-color: rgb(12,29,40); }

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