Html Css Color HEX #27212E Blackcurrant

📋 copy color: '#27212E'

red 39 ◦ green 33 ◦ blue 46

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

Shades of Blackcurrant #27212E

Tints of Blackcurrant #27212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

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

R = 33.05%
G = 27.97%
B = 38.98%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27212E (or 0x27212E) is known color: Blackcurrant. HEX triplet: 27, 21 and 2E. RGB value is (39,33,46). Sum of RGB (Red+Green+Blue) = 39+33+46=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 46 - color contains mainly: blue. Hex color #27212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27212E is #D8DED1. Grayscale: #242424. Windows color (decimal): -14212818 or 3023143. OLE color: 3023143.

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

Color convert

RGB 39 33 46 -
CMYK 0.15 0.28 0 0.82
HSL 267.69º 0.16% 0.15% -
HSV(B) 267.69º 0.28% 0.18% -
XYZ 1.87 1.72 2.82 -
YUV 36.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 39 33 46 0.15 0.28 0 0.82 267.69 0.16 0.15
Hex 27 21 2E F 1C 0 52 10C 10 F
Octal 47 41 56 17 34 0 122 414 20 17
Binary 100111 100001 101110 1111 11100 0 1010010 100001100 10000 1111

Color Harmonies of #27212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27212E

Black with #27212E

Text Example


Text Example

White with #27212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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