Html Css Color HEX #270042 Blackcurrant

📋 copy color: '#270042'

red 39 ◦ green 0 ◦ blue 66

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

Shades of Blackcurrant #270042

Tints of Blackcurrant #270042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 62.86%

R = 37.14%
G = 0%
B = 62.86%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#270042 (or 0x270042) is known color: Blackcurrant. HEX triplet: 27, 00 and 42. RGB value is (39,0,66). Sum of RGB (Red+Green+Blue) = 39+0+66=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #270042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270042 is #D8FFBD. Grayscale: #121212. Windows color (decimal): -14221246 or 4325415. OLE color: 4325415.

HSL color Cylindrical-coordinate representation of color #270042: hue angle of 275.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270042 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 0 66 -
CMYK 0.41 1 0 0.74
HSL 275.45º 1% 0.13% -
HSV(B) 275.45º 1% 0.26% -
XYZ 1.82 0.82 5.22 -
YUV 19.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 39 0 66 0.41 1 0 0.74 275.45 1 0.13
Hex 27 0 42 29 64 0 4A 113 64 D
Octal 47 0 102 51 144 0 112 423 144 15
Binary 100111 0 1000010 101001 1100100 0 1001010 100010011 1100100 1101

Color Harmonies of #270042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270042

Black with #270042

Text Example


Text Example

White with #270042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270042; }

 p { color: rgb(39,0,66); }

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

background-color css

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

 a { background-color: rgb(39,0,66); }

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

border-color css

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

 span { border-color: rgb(39,0,66); }

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