Html Css Color HEX #27212B Blackcurrant

📋 copy color: '#27212B'

red 39 ◦ green 33 ◦ blue 43

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

Shades of Blackcurrant #27212B

Tints of Blackcurrant #27212B

RGB

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

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

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

R = 33.91%
G = 28.7%
B = 37.39%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#27212B (or 0x27212B) is known color: Blackcurrant. HEX triplet: 27, 21 and 2B. RGB value is (39,33,43). Sum of RGB (Red+Green+Blue) = 39+33+43=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 43 - color contains mainly: blue. Hex color #27212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27212B is #D8DED4. Grayscale: #232323. Windows color (decimal): -14212821 or 2826535. OLE color: 2826535.

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

Color convert

RGB 39 33 43 -
CMYK 0.09 0.23 0 0.83
HSL 276º 0.13% 0.15% -
HSV(B) 276º 0.23% 0.17% -
XYZ 1.82 1.69 2.52 -
YUV 35.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 39 33 43 0.09 0.23 0 0.83 276 0.13 0.15
Hex 27 21 2B 9 17 0 53 114 D F
Octal 47 41 53 11 27 0 123 424 15 17
Binary 100111 100001 101011 1001 10111 0 1010011 100010100 1101 1111

Color Harmonies of #27212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27212B

Black with #27212B

Text Example


Text Example

White with #27212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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