Html Css Color HEX #27133A Blackcurrant

📋 copy color: '#27133A'

red 39 ◦ green 19 ◦ blue 58

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

Shades of Blackcurrant #27133A

Tints of Blackcurrant #27133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 50%

R = 33.62%
G = 16.38%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27133A (or 0x27133A) is known color: Blackcurrant. HEX triplet: 27, 13 and 3A. RGB value is (39,19,58). Sum of RGB (Red+Green+Blue) = 39+19+58=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #27133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27133A is #D8ECC5. Grayscale: #1D1D1D. Windows color (decimal): -14216390 or 3805991. OLE color: 3805991.

HSL color Cylindrical-coordinate representation of color #27133A: hue angle of 270.77º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27133A is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 19 58 -
CMYK 0.33 0.67 0 0.77
HSL 270.77º 0.51% 0.15% -
HSV(B) 270.77º 0.67% 0.23% -
XYZ 1.83 1.2 4.14 -
YUV 29.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 39 19 58 0.33 0.67 0 0.77 270.77 0.51 0.15
Hex 27 13 3A 21 43 0 4D 10F 33 F
Octal 47 23 72 41 103 0 115 417 63 17
Binary 100111 10011 111010 100001 1000011 0 1001101 100001111 110011 1111

Color Harmonies of #27133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27133A

Black with #27133A

Text Example


Text Example

White with #27133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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