Html Css Color HEX #062930 Black Pearl

📋 copy color: '#062930'

red 6 ◦ green 41 ◦ blue 48

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

Shades of Black Pearl #062930

Tints of Black Pearl #062930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 50.53%

R = 6.32%
G = 43.16%
B = 50.53%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062930 (or 0x062930) is known color: Black Pearl. HEX triplet: 06, 29 and 30. RGB value is (6,41,48). Sum of RGB (Red+Green+Blue) = 6+41+48=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #062930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062930 is #F9D6CF. Grayscale: #1F1F1F. Windows color (decimal): -16373456 or 3156230. OLE color: 3156230.

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

Color convert

RGB 6 41 48 -
CMYK 0.87 0.15 0 0.81
HSL 190º 0.78% 0.11% -
HSV(B) 190º 0.88% 0.19% -
XYZ 1.4 1.84 3.08 -
YUV 31.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 6 41 48 0.87 0.15 0 0.81 190 0.78 0.11
Hex 6 29 30 57 F 0 51 BE 4E B
Octal 6 51 60 127 17 0 121 276 116 13
Binary 110 101001 110000 1010111 1111 0 1010001 10111110 1001110 1011

Color Harmonies of #062930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062930

Black with #062930

Text Example


Text Example

White with #062930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062930; }

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

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

background-color css

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

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

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

border-color css

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

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

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