Html Css Color HEX #210C27 Blackcurrant

📋 copy color: '#210C27'

red 33 ◦ green 12 ◦ blue 39

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

Shades of Blackcurrant #210C27

Tints of Blackcurrant #210C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.29%

 BLUE value IS 39 (15.63% from 255) = 46.43%

R = 39.29%
G = 14.29%
B = 46.43%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210C27 (or 0x210C27) is known color: Blackcurrant. HEX triplet: 21, 0C and 27. RGB value is (33,12,39). Sum of RGB (Red+Green+Blue) = 33+12+39=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #210C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C27 is #DEF3D8. Grayscale: #151515. Windows color (decimal): -14611417 or 2559009. OLE color: 2559009.

HSL color Cylindrical-coordinate representation of color #210C27: hue angle of 286.67º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #210C27 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 12 39 -
CMYK 0.15 0.69 0 0.85
HSL 286.67º 0.53% 0.1% -
HSV(B) 286.67º 0.69% 0.15% -
XYZ 1.12 0.73 2 -
YUV 21.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 33 12 39 0.15 0.69 0 0.85 286.67 0.53 0.1
Hex 21 C 27 F 45 0 55 11F 35 A
Octal 41 14 47 17 105 0 125 437 65 12
Binary 100001 1100 100111 1111 1000101 0 1010101 100011111 110101 1010

Color Harmonies of #210C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C27

Black with #210C27

Text Example


Text Example

White with #210C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,12,39); }

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

background-color css

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

 a { background-color: rgb(33,12,39); }

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

border-color css

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

 span { border-color: rgb(33,12,39); }

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