Html Css Color HEX #270133 Blackcurrant

📋 copy color: '#270133'

red 39 ◦ green 1 ◦ blue 51

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

Shades of Blackcurrant #270133

Tints of Blackcurrant #270133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 56.04%

R = 42.86%
G = 1.1%
B = 56.04%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#270133 (or 0x270133) is known color: Blackcurrant. HEX triplet: 27, 01 and 33. RGB value is (39,1,51). Sum of RGB (Red+Green+Blue) = 39+1+51=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #270133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270133 is #D8FECC. Grayscale: #111111. Windows color (decimal): -14221005 or 3342631. OLE color: 3342631.

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

Color convert

RGB 39 1 51 -
CMYK 0.24 0.98 0 0.8
HSL 285.6º 0.96% 0.1% -
HSV(B) 285.6º 0.98% 0.2% -
XYZ 1.45 0.69 3.19 -
YUV 18.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 39 1 51 0.24 0.98 0 0.8 285.6 0.96 0.1
Hex 27 1 33 18 62 0 50 11E 60 A
Octal 47 1 63 30 142 0 120 436 140 12
Binary 100111 1 110011 11000 1100010 0 1010000 100011110 1100000 1010

Color Harmonies of #270133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270133

Black with #270133

Text Example


Text Example

White with #270133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270133; }

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

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

background-color css

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

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

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

border-color css

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

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

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