Html Css Color HEX #062025 Black Pearl

📋 copy color: '#062025'

red 6 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #062025

Tints of Black Pearl #062025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 42.67%

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

R = 8%
G = 42.67%
B = 49.33%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#062025 (or 0x062025) is known color: Black Pearl. HEX triplet: 06, 20 and 25. RGB value is (6,32,37). Sum of RGB (Red+Green+Blue) = 6+32+37=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #062025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062025 is #F9DFDA. Grayscale: #181818. Windows color (decimal): -16375771 or 2433030. OLE color: 2433030.

HSL color Cylindrical-coordinate representation of color #062025: hue angle of 189.68º 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 #062025 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 32 37 -
CMYK 0.84 0.14 0 0.85
HSL 189.68º 0.72% 0.08% -
HSV(B) 189.68º 0.84% 0.15% -
XYZ 0.93 1.21 1.93 -
YUV 24.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 6 32 37 0.84 0.14 0 0.85 189.68 0.72 0.08
Hex 6 20 25 54 E 0 55 BE 48 8
Octal 6 40 45 124 16 0 125 276 110 10
Binary 110 100000 100101 1010100 1110 0 1010101 10111110 1001000 1000

Color Harmonies of #062025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062025

Black with #062025

Text Example


Text Example

White with #062025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062025; }

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

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

background-color css

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

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

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

border-color css

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

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

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