Html Css Color HEX #061929 Black Pearl

📋 copy color: '#061929'

red 6 ◦ green 25 ◦ blue 41

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

Shades of Black Pearl #061929

Tints of Black Pearl #061929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 56.94%

R = 8.33%
G = 34.72%
B = 56.94%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061929 (or 0x061929) is known color: Black Pearl. HEX triplet: 06, 19 and 29. RGB value is (6,25,41). Sum of RGB (Red+Green+Blue) = 6+25+41=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #061929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061929 is #F9E6D6. Grayscale: #151515. Windows color (decimal): -16377559 or 2693382. OLE color: 2693382.

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

Color convert

RGB 6 25 41 -
CMYK 0.85 0.39 0 0.84
HSL 207.43º 0.74% 0.09% -
HSV(B) 207.43º 0.85% 0.16% -
XYZ 0.82 0.89 2.23 -
YUV 21.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 6 25 41 0.85 0.39 0 0.84 207.43 0.74 0.09
Hex 6 19 29 55 27 0 54 CF 4A 9
Octal 6 31 51 125 47 0 124 317 112 11
Binary 110 11001 101001 1010101 100111 0 1010100 11001111 1001010 1001

Color Harmonies of #061929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061929

Black with #061929

Text Example


Text Example

White with #061929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061929; }

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

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

background-color css

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

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

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

border-color css

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

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

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