Html Css Color HEX #180621 Blackcurrant

📋 copy color: '#180621'

red 24 ◦ green 6 ◦ blue 33

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

Shades of Blackcurrant #180621

Tints of Blackcurrant #180621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.52%

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

R = 38.1%
G = 9.52%
B = 52.38%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180621 (or 0x180621) is known color: Blackcurrant. HEX triplet: 18, 06 and 21. RGB value is (24,6,33). Sum of RGB (Red+Green+Blue) = 24+6+33=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #180621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180621 is #E7F9DE. Grayscale: #0E0E0E. Windows color (decimal): -15202783 or 2164248. OLE color: 2164248.

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

Color convert

RGB 24 6 33 -
CMYK 0.27 0.82 0 0.87
HSL 280º 0.69% 0.08% -
HSV(B) 280º 0.82% 0.13% -
XYZ 0.72 0.43 1.48 -
YUV 14.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 24 6 33 0.27 0.82 0 0.87 280 0.69 0.08
Hex 18 6 21 1B 52 0 57 118 45 8
Octal 30 6 41 33 122 0 127 430 105 10
Binary 11000 110 100001 11011 1010010 0 1010111 100011000 1000101 1000

Color Harmonies of #180621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180621

Black with #180621

Text Example


Text Example

White with #180621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180621; }

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

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

background-color css

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

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

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

border-color css

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

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

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