Html Css Color HEX #0C1B25 Black Pearl

📋 copy color: '#0C1B25'

red 12 ◦ green 27 ◦ blue 37

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

Shades of Black Pearl #0C1B25

Tints of Black Pearl #0C1B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 35.53%

 BLUE value IS 37 (14.84% from 255) = 48.68%

R = 15.79%
G = 35.53%
B = 48.68%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0C1B25 (or 0x0C1B25) is known color: Black Pearl. HEX triplet: 0C, 1B and 25. RGB value is (12,27,37). Sum of RGB (Red+Green+Blue) = 12+27+37=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #0C1B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1B25 is #F3E4DA. Grayscale: #171717. Windows color (decimal): -15983835 or 2431756. OLE color: 2431756.

HSL color Cylindrical-coordinate representation of color #0C1B25: hue angle of 204º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1B25 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 27 37 -
CMYK 0.68 0.27 0 0.85
HSL 204º 0.51% 0.1% -
HSV(B) 204º 0.68% 0.15% -
XYZ 0.88 1 1.9 -
YUV 23.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 12 27 37 0.68 0.27 0 0.85 204 0.51 0.1
Hex C 1B 25 44 1B 0 55 CC 33 A
Octal 14 33 45 104 33 0 125 314 63 12
Binary 1100 11011 100101 1000100 11011 0 1010101 11001100 110011 1010

Color Harmonies of #0C1B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1B25

Black with #0C1B25

Text Example


Text Example

White with #0C1B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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