Html Css Color HEX #061427 Black Pearl

📋 copy color: '#061427'

red 6 ◦ green 20 ◦ blue 39

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

Shades of Black Pearl #061427

Tints of Black Pearl #061427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 60%

R = 9.23%
G = 30.77%
B = 60%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#061427 (or 0x061427) is known color: Black Pearl. HEX triplet: 06, 14 and 27. RGB value is (6,20,39). Sum of RGB (Red+Green+Blue) = 6+20+39=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #061427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061427 is #F9EBD8. Grayscale: #111111. Windows color (decimal): -16378841 or 2561030. OLE color: 2561030.

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

Color convert

RGB 6 20 39 -
CMYK 0.85 0.49 0 0.85
HSL 214.55º 0.73% 0.09% -
HSV(B) 214.55º 0.85% 0.15% -
XYZ 0.69 0.69 2.02 -
YUV 17.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 6 20 39 0.85 0.49 0 0.85 214.55 0.73 0.09
Hex 6 14 27 55 31 0 55 D7 49 9
Octal 6 24 47 125 61 0 125 327 111 11
Binary 110 10100 100111 1010101 110001 0 1010101 11010111 1001001 1001

Color Harmonies of #061427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061427

Black with #061427

Text Example


Text Example

White with #061427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061427; }

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

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

background-color css

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

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

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

border-color css

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

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

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