Html Css Color HEX #180932 Blackcurrant

📋 copy color: '#180932'

red 24 ◦ green 9 ◦ blue 50

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

Shades of Blackcurrant #180932

Tints of Blackcurrant #180932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.84%

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

R = 28.92%
G = 10.84%
B = 60.24%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#180932 (or 0x180932) is known color: Blackcurrant. HEX triplet: 18, 09 and 32. RGB value is (24,9,50). Sum of RGB (Red+Green+Blue) = 24+9+50=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #180932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180932 is #E7F6CD. Grayscale: #121212. Windows color (decimal): -15201998 or 3279128. OLE color: 3279128.

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

Color convert

RGB 24 9 50 -
CMYK 0.52 0.82 0 0.80
HSL 261.95º 0.69% 0.12% -
HSV(B) 261.95º 0.82% 0.2% -
XYZ 1.05 0.62 3.08 -
YUV 18.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 24 9 50 0.52 0.82 0 0.80 261.95 0.69 0.12
Hex 18 9 32 34 52 0 50 106 45 C
Octal 30 11 62 64 122 0 120 406 105 14
Binary 11000 1001 110010 110100 1010010 0 1010000 100000110 1000101 1100

Color Harmonies of #180932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180932

Black with #180932

Text Example


Text Example

White with #180932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180932; }

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

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

background-color css

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

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

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

border-color css

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

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

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