Html Css Color HEX #270138 Blackcurrant

📋 copy color: '#270138'

red 39 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #270138

Tints of Blackcurrant #270138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.04%

 BLUE value IS 56 (22.27% from 255) = 58.33%

R = 40.63%
G = 1.04%
B = 58.33%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#270138 (or 0x270138) is known color: Blackcurrant. HEX triplet: 27, 01 and 38. RGB value is (39,1,56). Sum of RGB (Red+Green+Blue) = 39+1+56=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #270138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270138 is #D8FEC7. Grayscale: #121212. Windows color (decimal): -14221000 or 3670311. OLE color: 3670311.

HSL color Cylindrical-coordinate representation of color #270138: hue angle of 281.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270138 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 1 56 -
CMYK 0.30 0.98 0 0.78
HSL 281.45º 0.96% 0.11% -
HSV(B) 281.45º 0.98% 0.22% -
XYZ 1.56 0.74 3.8 -
YUV 18.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 39 1 56 0.30 0.98 0 0.78 281.45 0.96 0.11
Hex 27 1 38 1E 62 0 4E 119 60 B
Octal 47 1 70 36 142 0 116 431 140 13
Binary 100111 1 111000 11110 1100010 0 1001110 100011001 1100000 1011

Color Harmonies of #270138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270138

Black with #270138

Text Example


Text Example

White with #270138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270138; }

 p { color: rgb(39,1,56); }

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

background-color css

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

 a { background-color: rgb(39,1,56); }

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

border-color css

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

 span { border-color: rgb(39,1,56); }

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