Html Css Color HEX #061A28 Black Pearl

📋 copy color: '#061A28'

red 6 ◦ green 26 ◦ blue 40

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

Shades of Black Pearl #061A28

Tints of Black Pearl #061A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 36.11%

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

R = 8.33%
G = 36.11%
B = 55.56%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061A28 (or 0x061A28) is known color: Black Pearl. HEX triplet: 06, 1A and 28. RGB value is (6,26,40). Sum of RGB (Red+Green+Blue) = 6+26+40=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #061A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A28 is #F9E5D7. Grayscale: #151515. Windows color (decimal): -16377304 or 2628102. OLE color: 2628102.

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

Color convert

RGB 6 26 40 -
CMYK 0.85 0.35 0 0.84
HSL 204.71º 0.74% 0.09% -
HSV(B) 204.71º 0.85% 0.16% -
XYZ 0.83 0.93 2.14 -
YUV 21.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 6 26 40 0.85 0.35 0 0.84 204.71 0.74 0.09
Hex 6 1A 28 55 23 0 54 CD 4A 9
Octal 6 32 50 125 43 0 124 315 112 11
Binary 110 11010 101000 1010101 100011 0 1010100 11001101 1001010 1001

Color Harmonies of #061A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A28

Black with #061A28

Text Example


Text Example

White with #061A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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