Html Css Color HEX #061E30 Black Pearl

📋 copy color: '#061E30'

red 6 ◦ green 30 ◦ blue 48

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

Shades of Black Pearl #061E30

Tints of Black Pearl #061E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 35.71%

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

R = 7.14%
G = 35.71%
B = 57.14%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061E30 (or 0x061E30) is known color: Black Pearl. HEX triplet: 06, 1E and 30. RGB value is (6,30,48). Sum of RGB (Red+Green+Blue) = 6+30+48=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #061E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E30 is #F9E1CF. Grayscale: #181818. Windows color (decimal): -16376272 or 3153414. OLE color: 3153414.

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

Color convert

RGB 6 30 48 -
CMYK 0.87 0.37 0 0.81
HSL 205.71º 0.78% 0.11% -
HSV(B) 205.71º 0.88% 0.19% -
XYZ 1.07 1.18 2.97 -
YUV 24.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 6 30 48 0.87 0.37 0 0.81 205.71 0.78 0.11
Hex 6 1E 30 57 25 0 51 CE 4E B
Octal 6 36 60 127 45 0 121 316 116 13
Binary 110 11110 110000 1010111 100101 0 1010001 11001110 1001110 1011

Color Harmonies of #061E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E30

Black with #061E30

Text Example


Text Example

White with #061E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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