Html Css Color HEX #270635 Blackcurrant

📋 copy color: '#270635'

red 39 ◦ green 6 ◦ blue 53

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

Shades of Blackcurrant #270635

Tints of Blackcurrant #270635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.12%

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

R = 39.8%
G = 6.12%
B = 54.08%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#270635 (or 0x270635) is known color: Blackcurrant. HEX triplet: 27, 06 and 35. RGB value is (39,6,53). Sum of RGB (Red+Green+Blue) = 39+6+53=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #270635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270635 is #D8F9CA. Grayscale: #151515. Windows color (decimal): -14219723 or 3474983. OLE color: 3474983.

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

Color convert

RGB 39 6 53 -
CMYK 0.26 0.89 0 0.79
HSL 282.13º 0.8% 0.12% -
HSV(B) 282.13º 0.89% 0.21% -
XYZ 1.54 0.82 3.44 -
YUV 21.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 39 6 53 0.26 0.89 0 0.79 282.13 0.8 0.12
Hex 27 6 35 1A 59 0 4F 11A 50 C
Octal 47 6 65 32 131 0 117 432 120 14
Binary 100111 110 110101 11010 1011001 0 1001111 100011010 1010000 1100

Color Harmonies of #270635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270635

Black with #270635

Text Example


Text Example

White with #270635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270635; }

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

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

background-color css

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

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

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

border-color css

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

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

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