Html Css Color HEX #0C2330 Black Pearl

📋 copy color: '#0C2330'

red 12 ◦ green 35 ◦ blue 48

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

Shades of Black Pearl #0C2330

Tints of Black Pearl #0C2330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.84%

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

R = 12.63%
G = 36.84%
B = 50.53%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C2330 (or 0x0C2330) is known color: Black Pearl. HEX triplet: 0C, 23 and 30. RGB value is (12,35,48). Sum of RGB (Red+Green+Blue) = 12+35+48=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C2330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2330 is #F3DCCF. Grayscale: #1D1D1D. Windows color (decimal): -15981776 or 3154700. OLE color: 3154700.

HSL color Cylindrical-coordinate representation of color #0C2330: hue angle of 201.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 #0C2330 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 35 48 -
CMYK 0.75 0.27 0 0.81
HSL 201.67º 0.6% 0.12% -
HSV(B) 201.67º 0.75% 0.19% -
XYZ 1.29 1.49 3.02 -
YUV 29.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 12 35 48 0.75 0.27 0 0.81 201.67 0.6 0.12
Hex C 23 30 4B 1B 0 51 CA 3C C
Octal 14 43 60 113 33 0 121 312 74 14
Binary 1100 100011 110000 1001011 11011 0 1010001 11001010 111100 1100

Color Harmonies of #0C2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2330

Black with #0C2330

Text Example


Text Example

White with #0C2330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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