Html Css Color HEX #27212A Blackcurrant

📋 copy color: '#27212A'

red 39 ◦ green 33 ◦ blue 42

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

Shades of Blackcurrant #27212A

Tints of Blackcurrant #27212A

RGB

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

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

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

R = 34.21%
G = 28.95%
B = 36.84%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#27212A (or 0x27212A) is known color: Blackcurrant. HEX triplet: 27, 21 and 2A. RGB value is (39,33,42). Sum of RGB (Red+Green+Blue) = 39+33+42=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 42 - color contains mainly: blue. Hex color #27212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27212A is #D8DED5. Grayscale: #232323. Windows color (decimal): -14212822 or 2760999. OLE color: 2760999.

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

Color convert

RGB 39 33 42 -
CMYK 0.07 0.21 0 0.84
HSL 280º 0.12% 0.15% -
HSV(B) 280º 0.21% 0.16% -
XYZ 1.8 1.69 2.42 -
YUV 35.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 39 33 42 0.07 0.21 0 0.84 280 0.12 0.15
Hex 27 21 2A 7 15 0 54 118 C F
Octal 47 41 52 7 25 0 124 430 14 17
Binary 100111 100001 101010 111 10101 0 1010100 100011000 1100 1111

Color Harmonies of #27212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27212A

Black with #27212A

Text Example


Text Example

White with #27212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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