Html Css Color HEX #061830 Black Pearl

📋 copy color: '#061830'

red 6 ◦ green 24 ◦ blue 48

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

Shades of Black Pearl #061830

Tints of Black Pearl #061830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.77%

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

R = 7.69%
G = 30.77%
B = 61.54%

CMYK

 C value IS 0.87

 M value IS 0.5

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061830 (or 0x061830) is known color: Black Pearl. HEX triplet: 06, 18 and 30. RGB value is (6,24,48). Sum of RGB (Red+Green+Blue) = 6+24+48=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #061830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061830 is #F9E7CF. Grayscale: #151515. Windows color (decimal): -16377808 or 3151878. OLE color: 3151878.

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

Color convert

RGB 6 24 48 -
CMYK 0.87 0.5 0 0.81
HSL 214.29º 0.78% 0.11% -
HSV(B) 214.29º 0.88% 0.19% -
XYZ 0.94 0.91 2.92 -
YUV 21.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 6 24 48 0.87 0.5 0 0.81 214.29 0.78 0.11
Hex 6 18 30 57 32 0 51 D6 4E B
Octal 6 30 60 127 62 0 121 326 116 13
Binary 110 11000 110000 1010111 110010 0 1010001 11010110 1001110 1011

Color Harmonies of #061830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061830

Black with #061830

Text Example


Text Example

White with #061830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061830; }

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

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

background-color css

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

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

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

border-color css

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

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

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