Html Css Color HEX #0C2530 Black Pearl

📋 copy color: '#0C2530'

red 12 ◦ green 37 ◦ blue 48

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

Shades of Black Pearl #0C2530

Tints of Black Pearl #0C2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.14%

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

R = 12.37%
G = 38.14%
B = 49.48%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C2530 (or 0x0C2530) is known color: Black Pearl. HEX triplet: 0C, 25 and 30. RGB value is (12,37,48). Sum of RGB (Red+Green+Blue) = 12+37+48=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C2530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2530 is #F3DACF. Grayscale: #1E1E1E. Windows color (decimal): -15981264 or 3155212. OLE color: 3155212.

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

Color convert

RGB 12 37 48 -
CMYK 0.75 0.23 0 0.81
HSL 198.33º 0.6% 0.12% -
HSV(B) 198.33º 0.75% 0.19% -
XYZ 1.35 1.61 3.04 -
YUV 30.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 12 37 48 0.75 0.23 0 0.81 198.33 0.6 0.12
Hex C 25 30 4B 17 0 51 C6 3C C
Octal 14 45 60 113 27 0 121 306 74 14
Binary 1100 100101 110000 1001011 10111 0 1010001 11000110 111100 1100

Color Harmonies of #0C2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2530

Black with #0C2530

Text Example


Text Example

White with #0C2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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