Html Css Color HEX #27242A Blackcurrant

📋 copy color: '#27242A'

red 39 ◦ green 36 ◦ blue 42

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

Shades of Blackcurrant #27242A

Tints of Blackcurrant #27242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

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

R = 33.33%
G = 30.77%
B = 35.9%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#27242A (or 0x27242A) is known color: Blackcurrant. HEX triplet: 27, 24 and 2A. RGB value is (39,36,42). Sum of RGB (Red+Green+Blue) = 39+36+42=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 42 - color contains mainly: blue. Hex color #27242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27242A is #D8DBD5. Grayscale: #252525. Windows color (decimal): -14212054 or 2761767. OLE color: 2761767.

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

Color convert

RGB 39 36 42 -
CMYK 0.07 0.14 0 0.84
HSL 270º 0.08% 0.15% -
HSV(B) 270º 0.14% 0.16% -
XYZ 1.89 1.86 2.45 -
YUV 37.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 39 36 42 0.07 0.14 0 0.84 270 0.08 0.15
Hex 27 24 2A 7 E 0 54 10E 8 F
Octal 47 44 52 7 16 0 124 416 10 17
Binary 100111 100100 101010 111 1110 0 1010100 100001110 1000 1111

Color Harmonies of #27242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27242A

Black with #27242A

Text Example


Text Example

White with #27242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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