Html Css Color HEX #062225 Black Pearl

📋 copy color: '#062225'

red 6 ◦ green 34 ◦ blue 37

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

Shades of Black Pearl #062225

Tints of Black Pearl #062225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 44.16%

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

R = 7.79%
G = 44.16%
B = 48.05%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#062225 (or 0x062225) is known color: Black Pearl. HEX triplet: 06, 22 and 25. RGB value is (6,34,37). Sum of RGB (Red+Green+Blue) = 6+34+37=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #062225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062225 is #F9DDDA. Grayscale: #191919. Windows color (decimal): -16375259 or 2433542. OLE color: 2433542.

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

Color convert

RGB 6 34 37 -
CMYK 0.84 0.08 0 0.85
HSL 185.81º 0.72% 0.08% -
HSV(B) 185.81º 0.84% 0.15% -
XYZ 0.98 1.32 1.95 -
YUV 25.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 6 34 37 0.84 0.08 0 0.85 185.81 0.72 0.08
Hex 6 22 25 54 8 0 55 BA 48 8
Octal 6 42 45 124 10 0 125 272 110 10
Binary 110 100010 100101 1010100 1000 0 1010101 10111010 1001000 1000

Color Harmonies of #062225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062225

Black with #062225

Text Example


Text Example

White with #062225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062225; }

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

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

background-color css

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

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

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

border-color css

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

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

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