Html Css Color HEX #210827 Blackcurrant

📋 copy color: '#210827'

red 33 ◦ green 8 ◦ blue 39

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

Shades of Blackcurrant #210827

Tints of Blackcurrant #210827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10%

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

R = 41.25%
G = 10%
B = 48.75%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210827 (or 0x210827) is known color: Blackcurrant. HEX triplet: 21, 08 and 27. RGB value is (33,8,39). Sum of RGB (Red+Green+Blue) = 33+8+39=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #210827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210827 is #DEF7D8. Grayscale: #121212. Windows color (decimal): -14612441 or 2557985. OLE color: 2557985.

HSL color Cylindrical-coordinate representation of color #210827: hue angle of 288.39º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #210827 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 8 39 -
CMYK 0.15 0.79 0 0.85
HSL 288.39º 0.66% 0.09% -
HSV(B) 288.39º 0.79% 0.15% -
XYZ 1.08 0.64 1.99 -
YUV 19.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 33 8 39 0.15 0.79 0 0.85 288.39 0.66 0.09
Hex 21 8 27 F 4F 0 55 120 42 9
Octal 41 10 47 17 117 0 125 440 102 11
Binary 100001 1000 100111 1111 1001111 0 1010101 100100000 1000010 1001

Color Harmonies of #210827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210827

Black with #210827

Text Example


Text Example

White with #210827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210827; }

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

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

background-color css

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

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

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

border-color css

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

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

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