Html Css Color HEX #180832 Blackcurrant

📋 copy color: '#180832'

red 24 ◦ green 8 ◦ blue 50

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

Shades of Blackcurrant #180832

Tints of Blackcurrant #180832

RGB

 RED value IS 24 (9.77% from 255) = 29.27%

 GREEN value IS 8 (3.52% from 255) = 9.76%

 BLUE value IS 50 (19.92% from 255) = 60.98%

R = 29.27%
G = 9.76%
B = 60.98%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#180832 (or 0x180832) is known color: Blackcurrant. HEX triplet: 18, 08 and 32. RGB value is (24,8,50). Sum of RGB (Red+Green+Blue) = 24+8+50=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #180832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180832 is #E7F7CD. Grayscale: #111111. Windows color (decimal): -15202254 or 3278872. OLE color: 3278872.

HSL color Cylindrical-coordinate representation of color #180832: hue angle of 262.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #180832 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 8 50 -
CMYK 0.52 0.84 0 0.80
HSL 262.86º 0.72% 0.11% -
HSV(B) 262.86º 0.84% 0.2% -
XYZ 1.04 0.6 3.08 -
YUV 17.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 24 8 50 0.52 0.84 0 0.80 262.86 0.72 0.11
Hex 18 8 32 34 54 0 50 107 48 B
Octal 30 10 62 64 124 0 120 407 110 13
Binary 11000 1000 110010 110100 1010100 0 1010000 100000111 1001000 1011

Color Harmonies of #180832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180832

Black with #180832

Text Example


Text Example

White with #180832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180832; }

 p { color: rgb(24,8,50); }

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

background-color css

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

 a { background-color: rgb(24,8,50); }

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

border-color css

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

 span { border-color: rgb(24,8,50); }

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