Html Css Color HEX #180332 Blackcurrant

📋 copy color: '#180332'

red 24 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #180332

Tints of Blackcurrant #180332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.9%

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

R = 31.17%
G = 3.9%
B = 64.94%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#180332 (or 0x180332) is known color: Blackcurrant. HEX triplet: 18, 03 and 32. RGB value is (24,3,50). Sum of RGB (Red+Green+Blue) = 24+3+50=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #180332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180332 is #E7FCCD. Grayscale: #0E0E0E. Windows color (decimal): -15203534 or 3277592. OLE color: 3277592.

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

Color convert

RGB 24 3 50 -
CMYK 0.52 0.94 0 0.80
HSL 266.81º 0.89% 0.1% -
HSV(B) 266.81º 0.94% 0.2% -
XYZ 0.98 0.49 3.06 -
YUV 14.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 24 3 50 0.52 0.94 0 0.80 266.81 0.89 0.1
Hex 18 3 32 34 5E 0 50 10B 59 A
Octal 30 3 62 64 136 0 120 413 131 12
Binary 11000 11 110010 110100 1011110 0 1010000 100001011 1011001 1010

Color Harmonies of #180332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180332

Black with #180332

Text Example


Text Example

White with #180332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180332; }

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

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

background-color css

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

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

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

border-color css

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

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

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