Html Css Color HEX #21152E Blackcurrant

📋 copy color: '#21152E'

red 33 ◦ green 21 ◦ blue 46

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

Shades of Blackcurrant #21152E

Tints of Blackcurrant #21152E

RGB

 RED value IS 33 (13.28% from 255) = 33%

 GREEN value IS 21 (8.59% from 255) = 21%

 BLUE value IS 46 (18.36% from 255) = 46%

R = 33%
G = 21%
B = 46%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21152E (or 0x21152E) is known color: Blackcurrant. HEX triplet: 21, 15 and 2E. RGB value is (33,21,46). Sum of RGB (Red+Green+Blue) = 33+21+46=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #21152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152E is #DEEAD1. Grayscale: #1B1B1B. Windows color (decimal): -14609106 or 3020065. OLE color: 3020065.

HSL color Cylindrical-coordinate representation of color #21152E: hue angle of 268.8º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21152E is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 21 46 -
CMYK 0.28 0.54 0 0.82
HSL 268.8º 0.37% 0.13% -
HSV(B) 268.8º 0.54% 0.18% -
XYZ 1.39 1.06 2.72 -
YUV 27.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 33 21 46 0.28 0.54 0 0.82 268.8 0.37 0.13
Hex 21 15 2E 1C 36 0 52 10D 25 D
Octal 41 25 56 34 66 0 122 415 45 15
Binary 100001 10101 101110 11100 110110 0 1010010 100001101 100101 1101

Color Harmonies of #21152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21152E

Black with #21152E

Text Example


Text Example

White with #21152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21152E; }

 p { color: rgb(33,21,46); }

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

background-color css

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

 a { background-color: rgb(33,21,46); }

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

border-color css

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

 span { border-color: rgb(33,21,46); }

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