Html Css Color HEX #062231 Black Pearl

📋 copy color: '#062231'

red 6 ◦ green 34 ◦ blue 49

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

Shades of Black Pearl #062231

Tints of Black Pearl #062231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.2%

 BLUE value IS 49 (19.53% from 255) = 55.06%

R = 6.74%
G = 38.2%
B = 55.06%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062231 (or 0x062231) is known color: Black Pearl. HEX triplet: 06, 22 and 31. RGB value is (6,34,49). Sum of RGB (Red+Green+Blue) = 6+34+49=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #062231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062231 is #F9DDCE. Grayscale: #1B1B1B. Windows color (decimal): -16375247 or 3219974. OLE color: 3219974.

HSL color Cylindrical-coordinate representation of color #062231: hue angle of 200.93º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062231 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 34 49 -
CMYK 0.88 0.31 0 0.81
HSL 200.93º 0.78% 0.11% -
HSV(B) 200.93º 0.88% 0.19% -
XYZ 1.2 1.4 3.11 -
YUV 27.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 6 34 49 0.88 0.31 0 0.81 200.93 0.78 0.11
Hex 6 22 31 58 1F 0 51 C9 4E B
Octal 6 42 61 130 37 0 121 311 116 13
Binary 110 100010 110001 1011000 11111 0 1010001 11001001 1001110 1011

Color Harmonies of #062231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062231

Black with #062231

Text Example


Text Example

White with #062231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062231; }

 p { color: rgb(6,34,49); }

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

background-color css

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

 a { background-color: rgb(6,34,49); }

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

border-color css

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

 span { border-color: rgb(6,34,49); }

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