Html Css Color HEX #270044 Blackcurrant

📋 copy color: '#270044'

red 39 ◦ green 0 ◦ blue 68

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

Shades of Blackcurrant #270044

Tints of Blackcurrant #270044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 63.55%

R = 36.45%
G = 0%
B = 63.55%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#270044 (or 0x270044) is known color: Blackcurrant. HEX triplet: 27, 00 and 44. RGB value is (39,0,68). Sum of RGB (Red+Green+Blue) = 39+0+68=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #270044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270044 is #D8FFBB. Grayscale: #131313. Windows color (decimal): -14221244 or 4456487. OLE color: 4456487.

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

Color convert

RGB 39 0 68 -
CMYK 0.43 1 0 0.73
HSL 274.41º 1% 0.13% -
HSV(B) 274.41º 1% 0.27% -
XYZ 1.88 0.85 5.53 -
YUV 19.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 39 0 68 0.43 1 0 0.73 274.41 1 0.13
Hex 27 0 44 2B 64 0 49 112 64 D
Octal 47 0 104 53 144 0 111 422 144 15
Binary 100111 0 1000100 101011 1100100 0 1001001 100010010 1100100 1101

Color Harmonies of #270044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270044

Black with #270044

Text Example


Text Example

White with #270044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270044; }

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

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

background-color css

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

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

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

border-color css

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

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

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