Html Css Color HEX #27202E Blackcurrant

📋 copy color: '#27202E'

red 39 ◦ green 32 ◦ blue 46

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

Shades of Blackcurrant #27202E

Tints of Blackcurrant #27202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 39.32%

R = 33.33%
G = 27.35%
B = 39.32%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27202E (or 0x27202E) is known color: Blackcurrant. HEX triplet: 27, 20 and 2E. RGB value is (39,32,46). Sum of RGB (Red+Green+Blue) = 39+32+46=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 46 - color contains mainly: blue. Hex color #27202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27202E is #D8DFD1. Grayscale: #232323. Windows color (decimal): -14213074 or 3022887. OLE color: 3022887.

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

Color convert

RGB 39 32 46 -
CMYK 0.15 0.30 0 0.82
HSL 270º 0.18% 0.15% -
HSV(B) 270º 0.3% 0.18% -
XYZ 1.85 1.66 2.81 -
YUV 35.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 39 32 46 0.15 0.30 0 0.82 270 0.18 0.15
Hex 27 20 2E F 1E 0 52 10E 12 F
Octal 47 40 56 17 36 0 122 416 22 17
Binary 100111 100000 101110 1111 11110 0 1010010 100001110 10010 1111

Color Harmonies of #27202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27202E

Black with #27202E

Text Example


Text Example

White with #27202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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