Html Css Color HEX #082830 Black Pearl

📋 copy color: '#082830'

red 8 ◦ green 40 ◦ blue 48

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

Shades of Black Pearl #082830

Tints of Black Pearl #082830

RGB

 RED value IS 8 (3.52% from 255) = 8.33%

 GREEN value IS 40 (16.02% from 255) = 41.67%

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

R = 8.33%
G = 41.67%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#082830 (or 0x082830) is known color: Black Pearl. HEX triplet: 08, 28 and 30. RGB value is (8,40,48). Sum of RGB (Red+Green+Blue) = 8+40+48=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #082830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082830 is #F7D7CF. Grayscale: #1F1F1F. Windows color (decimal): -16242640 or 3155976. OLE color: 3155976.

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

Color convert

RGB 8 40 48 -
CMYK 0.83 0.17 0 0.81
HSL 192º 0.71% 0.11% -
HSV(B) 192º 0.83% 0.19% -
XYZ 1.39 1.78 3.07 -
YUV 31.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 8 40 48 0.83 0.17 0 0.81 192 0.71 0.11
Hex 8 28 30 53 11 0 51 C0 47 B
Octal 10 50 60 123 21 0 121 300 107 13
Binary 1000 101000 110000 1010011 10001 0 1010001 11000000 1000111 1011

Color Harmonies of #082830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082830

Black with #082830

Text Example


Text Example

White with #082830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082830; }

 p { color: rgb(8,40,48); }

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

background-color css

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

 a { background-color: rgb(8,40,48); }

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

border-color css

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

 span { border-color: rgb(8,40,48); }

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