Html Css Color HEX #27042F Blackcurrant

📋 copy color: '#27042F'

red 39 ◦ green 4 ◦ blue 47

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

Shades of Blackcurrant #27042F

Tints of Blackcurrant #27042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.44%

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

R = 43.33%
G = 4.44%
B = 52.22%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27042F (or 0x27042F) is known color: Blackcurrant. HEX triplet: 27, 04 and 2F. RGB value is (39,4,47). Sum of RGB (Red+Green+Blue) = 39+4+47=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #27042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27042F is #D8FBD0. Grayscale: #131313. Windows color (decimal): -14220241 or 3081255. OLE color: 3081255.

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

Color convert

RGB 39 4 47 -
CMYK 0.17 0.91 0 0.82
HSL 288.84º 0.84% 0.1% -
HSV(B) 288.84º 0.91% 0.18% -
XYZ 1.39 0.72 2.76 -
YUV 19.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 39 4 47 0.17 0.91 0 0.82 288.84 0.84 0.1
Hex 27 4 2F 11 5B 0 52 121 54 A
Octal 47 4 57 21 133 0 122 441 124 12
Binary 100111 100 101111 10001 1011011 0 1010010 100100001 1010100 1010

Color Harmonies of #27042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27042F

Black with #27042F

Text Example


Text Example

White with #27042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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