Html Css Color HEX #270335 Blackcurrant

📋 copy color: '#270335'

red 39 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #270335

Tints of Blackcurrant #270335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

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

R = 41.05%
G = 3.16%
B = 55.79%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#270335 (or 0x270335) is known color: Blackcurrant. HEX triplet: 27, 03 and 35. RGB value is (39,3,53). Sum of RGB (Red+Green+Blue) = 39+3+53=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #270335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270335 is #D8FCCA. Grayscale: #131313. Windows color (decimal): -14220491 or 3474215. OLE color: 3474215.

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

Color convert

RGB 39 3 53 -
CMYK 0.26 0.94 0 0.79
HSL 283.2º 0.89% 0.11% -
HSV(B) 283.2º 0.94% 0.21% -
XYZ 1.51 0.75 3.43 -
YUV 19.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 39 3 53 0.26 0.94 0 0.79 283.2 0.89 0.11
Hex 27 3 35 1A 5E 0 4F 11B 59 B
Octal 47 3 65 32 136 0 117 433 131 13
Binary 100111 11 110101 11010 1011110 0 1001111 100011011 1011001 1011

Color Harmonies of #270335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270335

Black with #270335

Text Example


Text Example

White with #270335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270335; }

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

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

background-color css

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

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

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

border-color css

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

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

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