Html Css Color HEX #06252C Black Pearl

📋 copy color: '#06252C'

red 6 ◦ green 37 ◦ blue 44

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

Shades of Black Pearl #06252C

Tints of Black Pearl #06252C

RGB

 RED value IS 6 (2.73% from 255) = 6.9%

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

 BLUE value IS 44 (17.58% from 255) = 50.57%

R = 6.9%
G = 42.53%
B = 50.57%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06252C (or 0x06252C) is known color: Black Pearl. HEX triplet: 06, 25 and 2C. RGB value is (6,37,44). Sum of RGB (Red+Green+Blue) = 6+37+44=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #06252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06252C is #F9DAD3. Grayscale: #1C1C1C. Windows color (decimal): -16374484 or 2893062. OLE color: 2893062.

HSL color Cylindrical-coordinate representation of color #06252C: hue angle of 191.05º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06252C is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 37 44 -
CMYK 0.86 0.16 0 0.83
HSL 191.05º 0.76% 0.1% -
HSV(B) 191.05º 0.86% 0.17% -
XYZ 1.19 1.54 2.62 -
YUV 28.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 6 37 44 0.86 0.16 0 0.83 191.05 0.76 0.1
Hex 6 25 2C 56 10 0 53 BF 4C A
Octal 6 45 54 126 20 0 123 277 114 12
Binary 110 100101 101100 1010110 10000 0 1010011 10111111 1001100 1010

Color Harmonies of #06252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06252C

Black with #06252C

Text Example


Text Example

White with #06252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06252C; }

 p { color: rgb(6,37,44); }

 H1.HeaderClassName
 {
   color: #06252C;
 }
 .AnyTagClassName
 {
   color: #06252C;
 }
</style>

background-color css

<style>
 a { background-color: #06252C; }

 a { background-color: rgb(6,37,44); }

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

border-color css

<style>
 span { border-color: #06252C; }

 span { border-color: rgb(6,37,44); }

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