Html Css Color HEX #210D2A Blackcurrant

📋 copy color: '#210D2A'

red 33 ◦ green 13 ◦ blue 42

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

Shades of Blackcurrant #210D2A

Tints of Blackcurrant #210D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.77%

 BLUE value IS 42 (16.8% from 255) = 47.73%

R = 37.5%
G = 14.77%
B = 47.73%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210D2A (or 0x210D2A) is known color: Blackcurrant. HEX triplet: 21, 0D and 2A. RGB value is (33,13,42). Sum of RGB (Red+Green+Blue) = 33+13+42=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 42 - color contains mainly: blue. Hex color #210D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D2A is #DEF2D5. Grayscale: #161616. Windows color (decimal): -14611158 or 2755873. OLE color: 2755873.

HSL color Cylindrical-coordinate representation of color #210D2A: hue angle of 281.38º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #210D2A is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 13 42 -
CMYK 0.21 0.69 0 0.84
HSL 281.38º 0.53% 0.11% -
HSV(B) 281.38º 0.69% 0.16% -
XYZ 1.19 0.78 2.28 -
YUV 22.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 33 13 42 0.21 0.69 0 0.84 281.38 0.53 0.11
Hex 21 D 2A 15 45 0 54 119 35 B
Octal 41 15 52 25 105 0 124 431 65 13
Binary 100001 1101 101010 10101 1000101 0 1010100 100011001 110101 1011

Color Harmonies of #210D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D2A

Black with #210D2A

Text Example


Text Example

White with #210D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210D2A; }

 p { color: rgb(33,13,42); }

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

background-color css

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

 a { background-color: rgb(33,13,42); }

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

border-color css

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

 span { border-color: rgb(33,13,42); }

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