Html Css Color HEX #081323 Black Pearl

📋 copy color: '#081323'

red 8 ◦ green 19 ◦ blue 35

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

Shades of Black Pearl #081323

Tints of Black Pearl #081323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

 BLUE value IS 35 (14.06% from 255) = 56.45%

R = 12.9%
G = 30.65%
B = 56.45%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#081323 (or 0x081323) is known color: Black Pearl. HEX triplet: 08, 13 and 23. RGB value is (8,19,35). Sum of RGB (Red+Green+Blue) = 8+19+35=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #081323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081323 is #F7ECDC. Grayscale: #111111. Windows color (decimal): -16248029 or 2298632. OLE color: 2298632.

HSL color Cylindrical-coordinate representation of color #081323: hue angle of 215.56º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #081323 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 19 35 -
CMYK 0.77 0.46 0 0.86
HSL 215.56º 0.63% 0.08% -
HSV(B) 215.56º 0.77% 0.14% -
XYZ 0.64 0.64 1.68 -
YUV 17.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 8 19 35 0.77 0.46 0 0.86 215.56 0.63 0.08
Hex 8 13 23 4D 2E 0 56 D8 3F 8
Octal 10 23 43 115 56 0 126 330 77 10
Binary 1000 10011 100011 1001101 101110 0 1010110 11011000 111111 1000

Color Harmonies of #081323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081323

Black with #081323

Text Example


Text Example

White with #081323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081323; }

 p { color: rgb(8,19,35); }

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

background-color css

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

 a { background-color: rgb(8,19,35); }

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

border-color css

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

 span { border-color: rgb(8,19,35); }

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