Html Css Color HEX #061E25 Black Pearl

📋 copy color: '#061E25'

red 6 ◦ green 30 ◦ blue 37

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

Shades of Black Pearl #061E25

Tints of Black Pearl #061E25

RGB

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

 GREEN value IS 30 (12.11% from 255) = 41.1%

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

R = 8.22%
G = 41.1%
B = 50.68%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061E25 (or 0x061E25) is known color: Black Pearl. HEX triplet: 06, 1E and 25. RGB value is (6,30,37). Sum of RGB (Red+Green+Blue) = 6+30+37=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #061E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E25 is #F9E1DA. Grayscale: #171717. Windows color (decimal): -16376283 or 2432518. OLE color: 2432518.

HSL color Cylindrical-coordinate representation of color #061E25: hue angle of 193.55º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #061E25 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 30 37 -
CMYK 0.84 0.19 0 0.85
HSL 193.55º 0.72% 0.08% -
HSV(B) 193.55º 0.84% 0.15% -
XYZ 0.87 1.1 1.92 -
YUV 23.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 6 30 37 0.84 0.19 0 0.85 193.55 0.72 0.08
Hex 6 1E 25 54 13 0 55 C2 48 8
Octal 6 36 45 124 23 0 125 302 110 10
Binary 110 11110 100101 1010100 10011 0 1010101 11000010 1001000 1000

Color Harmonies of #061E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E25

Black with #061E25

Text Example


Text Example

White with #061E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061E25; }

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

 H1.HeaderClassName
 {
   color: #061E25;
 }
 .AnyTagClassName
 {
   color: #061E25;
 }
</style>

background-color css

<style>
 a { background-color: #061E25; }

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

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

border-color css

<style>
 span { border-color: #061E25; }

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

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