Html Css Color HEX #061E21 Black Pearl

📋 copy color: '#061E21'

red 6 ◦ green 30 ◦ blue 33

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

Shades of Black Pearl #061E21

Tints of Black Pearl #061E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 47.83%

R = 8.7%
G = 43.48%
B = 47.83%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061E21 (or 0x061E21) is known color: Black Pearl. HEX triplet: 06, 1E and 21. RGB value is (6,30,33). Sum of RGB (Red+Green+Blue) = 6+30+33=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 33 - color contains mainly: blue. Hex color #061E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E21 is #F9E1DE. Grayscale: #171717. Windows color (decimal): -16376287 or 2170374. OLE color: 2170374.

HSL color Cylindrical-coordinate representation of color #061E21: hue angle of 186.67º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #061E21 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 30 33 -
CMYK 0.82 0.09 0 0.87
HSL 186.67º 0.69% 0.08% -
HSV(B) 186.67º 0.82% 0.13% -
XYZ 0.81 1.08 1.6 -
YUV 23.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 6 30 33 0.82 0.09 0 0.87 186.67 0.69 0.08
Hex 6 1E 21 52 9 0 57 BB 45 8
Octal 6 36 41 122 11 0 127 273 105 10
Binary 110 11110 100001 1010010 1001 0 1010111 10111011 1000101 1000

Color Harmonies of #061E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E21

Black with #061E21

Text Example


Text Example

White with #061E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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