Html Css Color HEX #0C2130 Black Pearl

📋 copy color: '#0C2130'

red 12 ◦ green 33 ◦ blue 48

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

Shades of Black Pearl #0C2130

Tints of Black Pearl #0C2130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.48%

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

R = 12.9%
G = 35.48%
B = 51.61%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C2130 (or 0x0C2130) is known color: Black Pearl. HEX triplet: 0C, 21 and 30. RGB value is (12,33,48). Sum of RGB (Red+Green+Blue) = 12+33+48=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C2130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2130 is #F3DECF. Grayscale: #1C1C1C. Windows color (decimal): -15982288 or 3154188. OLE color: 3154188.

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

Color convert

RGB 12 33 48 -
CMYK 0.75 0.31 0 0.81
HSL 205º 0.6% 0.12% -
HSV(B) 205º 0.75% 0.19% -
XYZ 1.23 1.38 3 -
YUV 28.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 12 33 48 0.75 0.31 0 0.81 205 0.6 0.12
Hex C 21 30 4B 1F 0 51 CD 3C C
Octal 14 41 60 113 37 0 121 315 74 14
Binary 1100 100001 110000 1001011 11111 0 1010001 11001101 111100 1100

Color Harmonies of #0C2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2130

Black with #0C2130

Text Example


Text Example

White with #0C2130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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