Html Css Color HEX #21152F Blackcurrant

📋 copy color: '#21152F'

red 33 ◦ green 21 ◦ blue 47

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

Shades of Blackcurrant #21152F

Tints of Blackcurrant #21152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 46.53%

R = 32.67%
G = 20.79%
B = 46.53%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21152F (or 0x21152F) is known color: Blackcurrant. HEX triplet: 21, 15 and 2F. RGB value is (33,21,47). Sum of RGB (Red+Green+Blue) = 33+21+47=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #21152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152F is #DEEAD0. Grayscale: #1B1B1B. Windows color (decimal): -14609105 or 3085601. OLE color: 3085601.

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

Color convert

RGB 33 21 47 -
CMYK 0.30 0.55 0 0.82
HSL 267.69º 0.38% 0.13% -
HSV(B) 267.69º 0.55% 0.18% -
XYZ 1.41 1.06 2.82 -
YUV 27.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 33 21 47 0.30 0.55 0 0.82 267.69 0.38 0.13
Hex 21 15 2F 1E 37 0 52 10C 26 D
Octal 41 25 57 36 67 0 122 414 46 15
Binary 100001 10101 101111 11110 110111 0 1010010 100001100 100110 1101

Color Harmonies of #21152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21152F

Black with #21152F

Text Example


Text Example

White with #21152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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