Html Css Color HEX #271334 Blackcurrant

📋 copy color: '#271334'

red 39 ◦ green 19 ◦ blue 52

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

Shades of Blackcurrant #271334

Tints of Blackcurrant #271334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

 BLUE value IS 52 (20.7% from 255) = 47.27%

R = 35.45%
G = 17.27%
B = 47.27%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#271334 (or 0x271334) is known color: Blackcurrant. HEX triplet: 27, 13 and 34. RGB value is (39,19,52). Sum of RGB (Red+Green+Blue) = 39+19+52=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #271334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271334 is #D8ECCB. Grayscale: #1C1C1C. Windows color (decimal): -14216396 or 3412775. OLE color: 3412775.

HSL color Cylindrical-coordinate representation of color #271334: hue angle of 276.36º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #271334 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 19 52 -
CMYK 0.25 0.63 0 0.80
HSL 276.36º 0.46% 0.14% -
HSV(B) 276.36º 0.63% 0.2% -
XYZ 1.69 1.15 3.38 -
YUV 28.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 39 19 52 0.25 0.63 0 0.80 276.36 0.46 0.14
Hex 27 13 34 19 3F 0 50 114 2E E
Octal 47 23 64 31 77 0 120 424 56 16
Binary 100111 10011 110100 11001 111111 0 1010000 100010100 101110 1110

Color Harmonies of #271334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271334

Black with #271334

Text Example


Text Example

White with #271334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271334; }

 p { color: rgb(39,19,52); }

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

background-color css

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

 a { background-color: rgb(39,19,52); }

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

border-color css

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

 span { border-color: rgb(39,19,52); }

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