Html Css Color HEX #270137 Blackcurrant

📋 copy color: '#270137'

red 39 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #270137

Tints of Blackcurrant #270137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 57.89%

R = 41.05%
G = 1.05%
B = 57.89%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#270137 (or 0x270137) is known color: Blackcurrant. HEX triplet: 27, 01 and 37. RGB value is (39,1,55). Sum of RGB (Red+Green+Blue) = 39+1+55=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #270137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270137 is #D8FEC8. Grayscale: #121212. Windows color (decimal): -14221001 or 3604775. OLE color: 3604775.

HSL color Cylindrical-coordinate representation of color #270137: hue angle of 282.22º 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 #270137 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 1 55 -
CMYK 0.29 0.98 0 0.78
HSL 282.22º 0.96% 0.11% -
HSV(B) 282.22º 0.98% 0.22% -
XYZ 1.54 0.73 3.67 -
YUV 18.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 39 1 55 0.29 0.98 0 0.78 282.22 0.96 0.11
Hex 27 1 37 1D 62 0 4E 11A 60 B
Octal 47 1 67 35 142 0 116 432 140 13
Binary 100111 1 110111 11101 1100010 0 1001110 100011010 1100000 1011

Color Harmonies of #270137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270137

Black with #270137

Text Example


Text Example

White with #270137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270137; }

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

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

background-color css

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

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

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

border-color css

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

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

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