Html Css Color HEX #061B32 Black Pearl

📋 copy color: '#061B32'

red 6 ◦ green 27 ◦ blue 50

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

Shades of Black Pearl #061B32

Tints of Black Pearl #061B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 32.53%

 BLUE value IS 50 (19.92% from 255) = 60.24%

R = 7.23%
G = 32.53%
B = 60.24%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#061B32 (or 0x061B32) is known color: Black Pearl. HEX triplet: 06, 1B and 32. RGB value is (6,27,50). Sum of RGB (Red+Green+Blue) = 6+27+50=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #061B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B32 is #F9E4CD. Grayscale: #171717. Windows color (decimal): -16377038 or 3283718. OLE color: 3283718.

HSL color Cylindrical-coordinate representation of color #061B32: hue angle of 211.36º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061B32 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 27 50 -
CMYK 0.88 0.46 0 0.80
HSL 211.36º 0.79% 0.11% -
HSV(B) 211.36º 0.88% 0.2% -
XYZ 1.04 1.05 3.17 -
YUV 23.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 6 27 50 0.88 0.46 0 0.80 211.36 0.79 0.11
Hex 6 1B 32 58 2E 0 50 D3 4F B
Octal 6 33 62 130 56 0 120 323 117 13
Binary 110 11011 110010 1011000 101110 0 1010000 11010011 1001111 1011

Color Harmonies of #061B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B32

Black with #061B32

Text Example


Text Example

White with #061B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,50); }

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

background-color css

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

 a { background-color: rgb(6,27,50); }

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

border-color css

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

 span { border-color: rgb(6,27,50); }

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