Html Css Color HEX #06292F Black Pearl

📋 copy color: '#06292F'

red 6 ◦ green 41 ◦ blue 47

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

Shades of Black Pearl #06292F

Tints of Black Pearl #06292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 43.62%

 BLUE value IS 47 (18.75% from 255) = 50%

R = 6.38%
G = 43.62%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#06292F (or 0x06292F) is known color: Black Pearl. HEX triplet: 06, 29 and 2F. RGB value is (6,41,47). Sum of RGB (Red+Green+Blue) = 6+41+47=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #06292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06292F is #F9D6D0. Grayscale: #1F1F1F. Windows color (decimal): -16373457 or 3090694. OLE color: 3090694.

HSL color Cylindrical-coordinate representation of color #06292F: hue angle of 188.78º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06292F is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 41 47 -
CMYK 0.87 0.13 0 0.82
HSL 188.78º 0.77% 0.1% -
HSV(B) 188.78º 0.87% 0.18% -
XYZ 1.38 1.83 2.97 -
YUV 31.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 6 41 47 0.87 0.13 0 0.82 188.78 0.77 0.1
Hex 6 29 2F 57 D 0 52 BD 4D A
Octal 6 51 57 127 15 0 122 275 115 12
Binary 110 101001 101111 1010111 1101 0 1010010 10111101 1001101 1010

Color Harmonies of #06292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06292F

Black with #06292F

Text Example


Text Example

White with #06292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06292F; }

 p { color: rgb(6,41,47); }

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

background-color css

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

 a { background-color: rgb(6,41,47); }

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

border-color css

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

 span { border-color: rgb(6,41,47); }

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