Html Css Color HEX #27202A Blackcurrant

📋 copy color: '#27202A'

red 39 ◦ green 32 ◦ blue 42

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

Shades of Blackcurrant #27202A

Tints of Blackcurrant #27202A

RGB

 RED value IS 39 (15.63% from 255) = 34.51%

 GREEN value IS 32 (12.89% from 255) = 28.32%

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

R = 34.51%
G = 28.32%
B = 37.17%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#27202A (or 0x27202A) is known color: Blackcurrant. HEX triplet: 27, 20 and 2A. RGB value is (39,32,42). Sum of RGB (Red+Green+Blue) = 39+32+42=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 42 - color contains mainly: blue. Hex color #27202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27202A is #D8DFD5. Grayscale: #232323. Windows color (decimal): -14213078 or 2760743. OLE color: 2760743.

HSL color Cylindrical-coordinate representation of color #27202A: hue angle of 282º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #27202A is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 32 42 -
CMYK 0.07 0.24 0 0.84
HSL 282º 0.14% 0.15% -
HSV(B) 282º 0.24% 0.16% -
XYZ 1.77 1.63 2.41 -
YUV 35.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 39 32 42 0.07 0.24 0 0.84 282 0.14 0.15
Hex 27 20 2A 7 18 0 54 11A E F
Octal 47 40 52 7 30 0 124 432 16 17
Binary 100111 100000 101010 111 11000 0 1010100 100011010 1110 1111

Color Harmonies of #27202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27202A

Black with #27202A

Text Example


Text Example

White with #27202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27202A; }

 p { color: rgb(39,32,42); }

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

background-color css

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

 a { background-color: rgb(39,32,42); }

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

border-color css

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

 span { border-color: rgb(39,32,42); }

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