Html Css Color HEX #062125 Black Pearl

📋 copy color: '#062125'

red 6 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #062125

Tints of Black Pearl #062125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 43.42%

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

R = 7.89%
G = 43.42%
B = 48.68%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#062125 (or 0x062125) is known color: Black Pearl. HEX triplet: 06, 21 and 25. RGB value is (6,33,37). Sum of RGB (Red+Green+Blue) = 6+33+37=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 33 (13.28% from 255 or 43.42% 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 #062125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062125 is #F9DEDA. Grayscale: #191919. Windows color (decimal): -16375515 or 2433286. OLE color: 2433286.

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

Color convert

RGB 6 33 37 -
CMYK 0.84 0.11 0 0.85
HSL 187.74º 0.72% 0.08% -
HSV(B) 187.74º 0.84% 0.15% -
XYZ 0.95 1.26 1.94 -
YUV 25.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 6 33 37 0.84 0.11 0 0.85 187.74 0.72 0.08
Hex 6 21 25 54 B 0 55 BC 48 8
Octal 6 41 45 124 13 0 125 274 110 10
Binary 110 100001 100101 1010100 1011 0 1010101 10111100 1001000 1000

Color Harmonies of #062125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062125

Black with #062125

Text Example


Text Example

White with #062125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062125; }

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

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

background-color css

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

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

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

border-color css

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

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

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