Html Css Color HEX #061928 Black Pearl

📋 copy color: '#061928'

red 6 ◦ green 25 ◦ blue 40

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

Shades of Black Pearl #061928

Tints of Black Pearl #061928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 56.34%

R = 8.45%
G = 35.21%
B = 56.34%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061928 (or 0x061928) is known color: Black Pearl. HEX triplet: 06, 19 and 28. RGB value is (6,25,40). Sum of RGB (Red+Green+Blue) = 6+25+40=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #061928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061928 is #F9E6D7. Grayscale: #141414. Windows color (decimal): -16377560 or 2627846. OLE color: 2627846.

HSL color Cylindrical-coordinate representation of color #061928: hue angle of 206.47º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061928 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 25 40 -
CMYK 0.85 0.38 0 0.84
HSL 206.47º 0.74% 0.09% -
HSV(B) 206.47º 0.85% 0.16% -
XYZ 0.81 0.89 2.14 -
YUV 21.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 6 25 40 0.85 0.38 0 0.84 206.47 0.74 0.09
Hex 6 19 28 55 26 0 54 CE 4A 9
Octal 6 31 50 125 46 0 124 316 112 11
Binary 110 11001 101000 1010101 100110 0 1010100 11001110 1001010 1001

Color Harmonies of #061928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061928

Black with #061928

Text Example


Text Example

White with #061928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061928; }

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

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

background-color css

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

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

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

border-color css

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

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

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