Html Css Color HEX #062127 Black Pearl

📋 copy color: '#062127'

red 6 ◦ green 33 ◦ blue 39

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

Shades of Black Pearl #062127

Tints of Black Pearl #062127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 42.31%

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

R = 7.69%
G = 42.31%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#062127 (or 0x062127) is known color: Black Pearl. HEX triplet: 06, 21 and 27. RGB value is (6,33,39). Sum of RGB (Red+Green+Blue) = 6+33+39=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #062127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062127 is #F9DED8. Grayscale: #191919. Windows color (decimal): -16375513 or 2564358. OLE color: 2564358.

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

Color convert

RGB 6 33 39 -
CMYK 0.85 0.15 0 0.85
HSL 190.91º 0.73% 0.09% -
HSV(B) 190.91º 0.85% 0.15% -
XYZ 0.99 1.27 2.11 -
YUV 25.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 6 33 39 0.85 0.15 0 0.85 190.91 0.73 0.09
Hex 6 21 27 55 F 0 55 BF 49 9
Octal 6 41 47 125 17 0 125 277 111 11
Binary 110 100001 100111 1010101 1111 0 1010101 10111111 1001001 1001

Color Harmonies of #062127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062127

Black with #062127

Text Example


Text Example

White with #062127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062127; }

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

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

background-color css

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

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

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

border-color css

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

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

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