Html Css Color HEX #270035 Blackcurrant

📋 copy color: '#270035'

red 39 ◦ green 0 ◦ blue 53

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

Shades of Blackcurrant #270035

Tints of Blackcurrant #270035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 57.61%

R = 42.39%
G = 0%
B = 57.61%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#270035 (or 0x270035) is known color: Blackcurrant. HEX triplet: 27, 00 and 35. RGB value is (39,0,53). Sum of RGB (Red+Green+Blue) = 39+0+53=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #270035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270035 is #D8FFCA. Grayscale: #111111. Windows color (decimal): -14221259 or 3473447. OLE color: 3473447.

HSL color Cylindrical-coordinate representation of color #270035: hue angle of 284.15º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270035 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 0 53 -
CMYK 0.26 1 0 0.79
HSL 284.15º 1% 0.1% -
HSV(B) 284.15º 1% 0.21% -
XYZ 1.48 0.69 3.42 -
YUV 17.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 39 0 53 0.26 1 0 0.79 284.15 1 0.1
Hex 27 0 35 1A 64 0 4F 11C 64 A
Octal 47 0 65 32 144 0 117 434 144 12
Binary 100111 0 110101 11010 1100100 0 1001111 100011100 1100100 1010

Color Harmonies of #270035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270035

Black with #270035

Text Example


Text Example

White with #270035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270035; }

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

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

background-color css

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

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

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

border-color css

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

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

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