Html Css Color HEX #270130 Blackcurrant

📋 copy color: '#270130'

red 39 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #270130

Tints of Blackcurrant #270130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 54.55%

R = 44.32%
G = 1.14%
B = 54.55%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#270130 (or 0x270130) is known color: Blackcurrant. HEX triplet: 27, 01 and 30. RGB value is (39,1,48). Sum of RGB (Red+Green+Blue) = 39+1+48=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #270130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270130 is #D8FECF. Grayscale: #111111. Windows color (decimal): -14221008 or 3146023. OLE color: 3146023.

HSL color Cylindrical-coordinate representation of color #270130: hue angle of 288.51º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270130 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 1 48 -
CMYK 0.19 0.98 0 0.81
HSL 288.51º 0.96% 0.1% -
HSV(B) 288.51º 0.98% 0.19% -
XYZ 1.38 0.67 2.85 -
YUV 17.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 39 1 48 0.19 0.98 0 0.81 288.51 0.96 0.1
Hex 27 1 30 13 62 0 51 121 60 A
Octal 47 1 60 23 142 0 121 441 140 12
Binary 100111 1 110000 10011 1100010 0 1010001 100100001 1100000 1010

Color Harmonies of #270130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270130

Black with #270130

Text Example


Text Example

White with #270130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270130; }

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

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

background-color css

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

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

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

border-color css

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

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

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