Html Css Color HEX #27202F Blackcurrant

📋 copy color: '#27202F'

red 39 ◦ green 32 ◦ blue 47

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

Shades of Blackcurrant #27202F

Tints of Blackcurrant #27202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.83%

R = 33.05%
G = 27.12%
B = 39.83%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27202F (or 0x27202F) is known color: Blackcurrant. HEX triplet: 27, 20 and 2F. RGB value is (39,32,47). Sum of RGB (Red+Green+Blue) = 39+32+47=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 47 - color contains mainly: blue. Hex color #27202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27202F is #D8DFD0. Grayscale: #232323. Windows color (decimal): -14213073 or 3088423. OLE color: 3088423.

HSL color Cylindrical-coordinate representation of color #27202F: hue angle of 268º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #27202F is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 32 47 -
CMYK 0.17 0.32 0 0.82
HSL 268º 0.19% 0.15% -
HSV(B) 268º 0.32% 0.18% -
XYZ 1.87 1.67 2.91 -
YUV 35.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 39 32 47 0.17 0.32 0 0.82 268 0.19 0.15
Hex 27 20 2F 11 20 0 52 10C 13 F
Octal 47 40 57 21 40 0 122 414 23 17
Binary 100111 100000 101111 10001 100000 0 1010010 100001100 10011 1111

Color Harmonies of #27202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27202F

Black with #27202F

Text Example


Text Example

White with #27202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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