Html Css Color HEX #180322 Blackcurrant

📋 copy color: '#180322'

red 24 ◦ green 3 ◦ blue 34

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

Shades of Blackcurrant #180322

Tints of Blackcurrant #180322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 55.74%

R = 39.34%
G = 4.92%
B = 55.74%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180322 (or 0x180322) is known color: Blackcurrant. HEX triplet: 18, 03 and 22. RGB value is (24,3,34). Sum of RGB (Red+Green+Blue) = 24+3+34=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 34 (13.67% from 255 or 55.74% from 61); Max value from RGB is 34 - color contains mainly: blue. Hex color #180322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180322 is #E7FCDD. Grayscale: #0C0C0C. Windows color (decimal): -15203550 or 2229016. OLE color: 2229016.

HSL color Cylindrical-coordinate representation of color #180322: hue angle of 280.65º degrees, saturation: 0.84, 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 #180322 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 3 34 -
CMYK 0.29 0.91 0 0.87
HSL 280.65º 0.84% 0.07% -
HSV(B) 280.65º 0.91% 0.13% -
XYZ 0.7 0.37 1.55 -
YUV 12.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 24 3 34 0.29 0.91 0 0.87 280.65 0.84 0.07
Hex 18 3 22 1D 5B 0 57 119 54 7
Octal 30 3 42 35 133 0 127 431 124 7
Binary 11000 11 100010 11101 1011011 0 1010111 100011001 1010100 111

Color Harmonies of #180322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180322

Black with #180322

Text Example


Text Example

White with #180322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180322; }

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

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

background-color css

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

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

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

border-color css

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

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

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