Html Css Color HEX #0C2930 Black Pearl

📋 copy color: '#0C2930'

red 12 ◦ green 41 ◦ blue 48

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

Shades of Black Pearl #0C2930

Tints of Black Pearl #0C2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 40.59%

 BLUE value IS 48 (19.14% from 255) = 47.52%

R = 11.88%
G = 40.59%
B = 47.52%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C2930 (or 0x0C2930) is known color: Black Pearl. HEX triplet: 0C, 29 and 30. RGB value is (12,41,48). Sum of RGB (Red+Green+Blue) = 12+41+48=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C2930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2930 is #F3D6CF. Grayscale: #212121. Windows color (decimal): -15980240 or 3156236. OLE color: 3156236.

HSL color Cylindrical-coordinate representation of color #0C2930: hue angle of 191.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C2930 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 41 48 -
CMYK 0.75 0.15 0 0.81
HSL 191.67º 0.6% 0.12% -
HSV(B) 191.67º 0.75% 0.19% -
XYZ 1.48 1.88 3.08 -
YUV 33.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 12 41 48 0.75 0.15 0 0.81 191.67 0.6 0.12
Hex C 29 30 4B F 0 51 C0 3C C
Octal 14 51 60 113 17 0 121 300 74 14
Binary 1100 101001 110000 1001011 1111 0 1010001 11000000 111100 1100

Color Harmonies of #0C2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2930

Black with #0C2930

Text Example


Text Example

White with #0C2930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,48); }

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

background-color css

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

 a { background-color: rgb(12,41,48); }

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

border-color css

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

 span { border-color: rgb(12,41,48); }

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