Html Css Color HEX #27202B Blackcurrant

📋 copy color: '#27202B'

red 39 ◦ green 32 ◦ blue 43

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

Shades of Blackcurrant #27202B

Tints of Blackcurrant #27202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.72%

R = 34.21%
G = 28.07%
B = 37.72%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#27202B (or 0x27202B) is known color: Blackcurrant. HEX triplet: 27, 20 and 2B. RGB value is (39,32,43). Sum of RGB (Red+Green+Blue) = 39+32+43=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #27202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27202B is #D8DFD4. Grayscale: #232323. Windows color (decimal): -14213077 or 2826279. OLE color: 2826279.

HSL color Cylindrical-coordinate representation of color #27202B: hue angle of 278.18º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #27202B is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 39 32 43 -
CMYK 0.09 0.26 0 0.83
HSL 278.18º 0.15% 0.15% -
HSV(B) 278.18º 0.26% 0.17% -
XYZ 1.79 1.64 2.51 -
YUV 35.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 39 32 43 0.09 0.26 0 0.83 278.18 0.15 0.15
Hex 27 20 2B 9 1A 0 53 116 F F
Octal 47 40 53 11 32 0 123 426 17 17
Binary 100111 100000 101011 1001 11010 0 1010011 100010110 1111 1111

Color Harmonies of #27202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27202B

Black with #27202B

Text Example


Text Example

White with #27202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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