Html Css Color HEX #061426 Black Pearl

📋 copy color: '#061426'

red 6 ◦ green 20 ◦ blue 38

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

Shades of Black Pearl #061426

Tints of Black Pearl #061426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

 BLUE value IS 38 (15.23% from 255) = 59.38%

R = 9.38%
G = 31.25%
B = 59.38%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061426 (or 0x061426) is known color: Black Pearl. HEX triplet: 06, 14 and 26. RGB value is (6,20,38). Sum of RGB (Red+Green+Blue) = 6+20+38=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #061426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061426 is #F9EBD9. Grayscale: #111111. Windows color (decimal): -16378842 or 2495494. OLE color: 2495494.

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

Color convert

RGB 6 20 38 -
CMYK 0.84 0.47 0 0.85
HSL 213.75º 0.73% 0.09% -
HSV(B) 213.75º 0.84% 0.15% -
XYZ 0.68 0.68 1.93 -
YUV 17.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 6 20 38 0.84 0.47 0 0.85 213.75 0.73 0.09
Hex 6 14 26 54 2F 0 55 D6 49 9
Octal 6 24 46 124 57 0 125 326 111 11
Binary 110 10100 100110 1010100 101111 0 1010101 11010110 1001001 1001

Color Harmonies of #061426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061426

Black with #061426

Text Example


Text Example

White with #061426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061426; }

 p { color: rgb(6,20,38); }

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

background-color css

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

 a { background-color: rgb(6,20,38); }

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

border-color css

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

 span { border-color: rgb(6,20,38); }

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