Html Css Color HEX #180321 Blackcurrant

📋 copy color: '#180321'

red 24 ◦ green 3 ◦ blue 33

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

Shades of Blackcurrant #180321

Tints of Blackcurrant #180321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 55%

R = 40%
G = 5%
B = 55%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180321 (or 0x180321) is known color: Blackcurrant. HEX triplet: 18, 03 and 21. RGB value is (24,3,33). Sum of RGB (Red+Green+Blue) = 24+3+33=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #180321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180321 is #E7FCDE. Grayscale: #0C0C0C. Windows color (decimal): -15203551 or 2163480. OLE color: 2163480.

HSL color Cylindrical-coordinate representation of color #180321: hue angle of 282º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180321 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 3 33 -
CMYK 0.27 0.91 0 0.87
HSL 282º 0.83% 0.07% -
HSV(B) 282º 0.91% 0.13% -
XYZ 0.68 0.37 1.47 -
YUV 12.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 24 3 33 0.27 0.91 0 0.87 282 0.83 0.07
Hex 18 3 21 1B 5B 0 57 11A 53 7
Octal 30 3 41 33 133 0 127 432 123 7
Binary 11000 11 100001 11011 1011011 0 1010111 100011010 1010011 111

Color Harmonies of #180321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180321

Black with #180321

Text Example


Text Example

White with #180321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180321; }

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

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

background-color css

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

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

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

border-color css

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

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

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