Html Css Color HEX #27082F Blackcurrant

📋 copy color: '#27082F'

red 39 ◦ green 8 ◦ blue 47

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

Shades of Blackcurrant #27082F

Tints of Blackcurrant #27082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 50%

R = 41.49%
G = 8.51%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27082F (or 0x27082F) is known color: Blackcurrant. HEX triplet: 27, 08 and 2F. RGB value is (39,8,47). Sum of RGB (Red+Green+Blue) = 39+8+47=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #27082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27082F is #D8F7D0. Grayscale: #151515. Windows color (decimal): -14219217 or 3082279. OLE color: 3082279.

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

Color convert

RGB 39 8 47 -
CMYK 0.17 0.83 0 0.82
HSL 287.69º 0.71% 0.11% -
HSV(B) 287.69º 0.83% 0.18% -
XYZ 1.44 0.81 2.77 -
YUV 21.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 39 8 47 0.17 0.83 0 0.82 287.69 0.71 0.11
Hex 27 8 2F 11 53 0 52 120 47 B
Octal 47 10 57 21 123 0 122 440 107 13
Binary 100111 1000 101111 10001 1010011 0 1010010 100100000 1000111 1011

Color Harmonies of #27082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27082F

Black with #27082F

Text Example


Text Example

White with #27082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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