Html Css Color HEX #21092F Blackcurrant

📋 copy color: '#21092F'

red 33 ◦ green 9 ◦ blue 47

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

Shades of Blackcurrant #21092F

Tints of Blackcurrant #21092F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.11%

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

R = 37.08%
G = 10.11%
B = 52.81%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21092F (or 0x21092F) is known color: Blackcurrant. HEX triplet: 21, 09 and 2F. RGB value is (33,9,47). Sum of RGB (Red+Green+Blue) = 33+9+47=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #21092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21092F is #DEF6D0. Grayscale: #141414. Windows color (decimal): -14612177 or 3082529. OLE color: 3082529.

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

Color convert

RGB 33 9 47 -
CMYK 0.30 0.81 0 0.82
HSL 277.89º 0.68% 0.11% -
HSV(B) 277.89º 0.81% 0.18% -
XYZ 1.24 0.72 2.76 -
YUV 20.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 33 9 47 0.30 0.81 0 0.82 277.89 0.68 0.11
Hex 21 9 2F 1E 51 0 52 116 44 B
Octal 41 11 57 36 121 0 122 426 104 13
Binary 100001 1001 101111 11110 1010001 0 1010010 100010110 1000100 1011

Color Harmonies of #21092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21092F

Black with #21092F

Text Example


Text Example

White with #21092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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