Html Css Color HEX #210F38 Blackcurrant

📋 copy color: '#210F38'

red 33 ◦ green 15 ◦ blue 56

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

Shades of Blackcurrant #210F38

Tints of Blackcurrant #210F38

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.42%

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 31.73%
G = 14.42%
B = 53.85%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#210F38 (or 0x210F38) is known color: Blackcurrant. HEX triplet: 21, 0F and 38. RGB value is (33,15,56). Sum of RGB (Red+Green+Blue) = 33+15+56=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #210F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F38 is #DEF0C7. Grayscale: #181818. Windows color (decimal): -14610632 or 3673889. OLE color: 3673889.

HSL color Cylindrical-coordinate representation of color #210F38: hue angle of 266.34º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #210F38 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 15 56 -
CMYK 0.41 0.73 0 0.78
HSL 266.34º 0.58% 0.14% -
HSV(B) 266.34º 0.73% 0.22% -
XYZ 1.51 0.95 3.85 -
YUV 25.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 33 15 56 0.41 0.73 0 0.78 266.34 0.58 0.14
Hex 21 F 38 29 49 0 4E 10A 3A E
Octal 41 17 70 51 111 0 116 412 72 16
Binary 100001 1111 111000 101001 1001001 0 1001110 100001010 111010 1110

Color Harmonies of #210F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F38

Black with #210F38

Text Example


Text Example

White with #210F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,15,56); }

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

background-color css

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

 a { background-color: rgb(33,15,56); }

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

border-color css

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

 span { border-color: rgb(33,15,56); }

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