Html Css Color HEX #27082C Blackcurrant

📋 copy color: '#27082C'

red 39 ◦ green 8 ◦ blue 44

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

Shades of Blackcurrant #27082C

Tints of Blackcurrant #27082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.79%

 BLUE value IS 44 (17.58% from 255) = 48.35%

R = 42.86%
G = 8.79%
B = 48.35%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#27082C (or 0x27082C) is known color: Blackcurrant. HEX triplet: 27, 08 and 2C. RGB value is (39,8,44). Sum of RGB (Red+Green+Blue) = 39+8+44=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #27082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27082C is #D8F7D3. Grayscale: #151515. Windows color (decimal): -14219220 or 2885671. OLE color: 2885671.

HSL color Cylindrical-coordinate representation of color #27082C: hue angle of 291.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27082C is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 39 8 44 -
CMYK 0.11 0.82 0 0.83
HSL 291.67º 0.69% 0.1% -
HSV(B) 291.67º 0.82% 0.17% -
XYZ 1.38 0.79 2.46 -
YUV 21.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 39 8 44 0.11 0.82 0 0.83 291.67 0.69 0.1
Hex 27 8 2C B 52 0 53 124 45 A
Octal 47 10 54 13 122 0 123 444 105 12
Binary 100111 1000 101100 1011 1010010 0 1010011 100100100 1000101 1010

Color Harmonies of #27082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27082C

Black with #27082C

Text Example


Text Example

White with #27082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27082C; }

 p { color: rgb(39,8,44); }

 H1.HeaderClassName
 {
   color: #27082C;
 }
 .AnyTagClassName
 {
   color: #27082C;
 }
</style>

background-color css

<style>
 a { background-color: #27082C; }

 a { background-color: rgb(39,8,44); }

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

border-color css

<style>
 span { border-color: #27082C; }

 span { border-color: rgb(39,8,44); }

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