Html Css Color HEX #27133D Blackcurrant

📋 copy color: '#27133D'

red 39 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #27133D

Tints of Blackcurrant #27133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 51.26%

R = 32.77%
G = 15.97%
B = 51.26%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27133D (or 0x27133D) is known color: Blackcurrant. HEX triplet: 27, 13 and 3D. RGB value is (39,19,61). Sum of RGB (Red+Green+Blue) = 39+19+61=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #27133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27133D is #D8ECC2. Grayscale: #1D1D1D. Windows color (decimal): -14216387 or 4002599. OLE color: 4002599.

HSL color Cylindrical-coordinate representation of color #27133D: hue angle of 268.57º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27133D is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 19 61 -
CMYK 0.36 0.69 0 0.76
HSL 268.57º 0.53% 0.16% -
HSV(B) 268.57º 0.69% 0.24% -
XYZ 1.91 1.23 4.55 -
YUV 29.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 39 19 61 0.36 0.69 0 0.76 268.57 0.53 0.16
Hex 27 13 3D 24 45 0 4C 10D 34 10
Octal 47 23 75 44 105 0 114 415 64 20
Binary 100111 10011 111101 100100 1000101 0 1001100 100001101 110100 10000

Color Harmonies of #27133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27133D

Black with #27133D

Text Example


Text Example

White with #27133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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