Html Css Color HEX #061921 Black Pearl

📋 copy color: '#061921'

red 6 ◦ green 25 ◦ blue 33

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

Shades of Black Pearl #061921

Tints of Black Pearl #061921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 39.06%

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

R = 9.38%
G = 39.06%
B = 51.56%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061921 (or 0x061921) is known color: Black Pearl. HEX triplet: 06, 19 and 21. RGB value is (6,25,33). Sum of RGB (Red+Green+Blue) = 6+25+33=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #061921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061921 is #F9E6DE. Grayscale: #141414. Windows color (decimal): -16377567 or 2169094. OLE color: 2169094.

HSL color Cylindrical-coordinate representation of color #061921: hue angle of 197.78º 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 #061921 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 25 33 -
CMYK 0.82 0.24 0 0.87
HSL 197.78º 0.69% 0.08% -
HSV(B) 197.78º 0.82% 0.13% -
XYZ 0.7 0.84 1.56 -
YUV 20.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 6 25 33 0.82 0.24 0 0.87 197.78 0.69 0.08
Hex 6 19 21 52 18 0 57 C6 45 8
Octal 6 31 41 122 30 0 127 306 105 10
Binary 110 11001 100001 1010010 11000 0 1010111 11000110 1000101 1000

Color Harmonies of #061921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061921

Black with #061921

Text Example


Text Example

White with #061921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061921; }

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

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

background-color css

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

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

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

border-color css

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

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

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