Html Css Color HEX #27013B Blackcurrant

📋 copy color: '#27013B'

red 39 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #27013B

Tints of Blackcurrant #27013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.01%

 BLUE value IS 59 (23.44% from 255) = 59.6%

R = 39.39%
G = 1.01%
B = 59.6%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27013B (or 0x27013B) is known color: Blackcurrant. HEX triplet: 27, 01 and 3B. RGB value is (39,1,59). Sum of RGB (Red+Green+Blue) = 39+1+59=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #27013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27013B is #D8FEC4. Grayscale: #121212. Windows color (decimal): -14220997 or 3866919. OLE color: 3866919.

HSL color Cylindrical-coordinate representation of color #27013B: hue angle of 279.31º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27013B is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 1 59 -
CMYK 0.34 0.98 0 0.77
HSL 279.31º 0.97% 0.12% -
HSV(B) 279.31º 0.98% 0.23% -
XYZ 1.64 0.77 4.2 -
YUV 18.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 39 1 59 0.34 0.98 0 0.77 279.31 0.97 0.12
Hex 27 1 3B 22 62 0 4D 117 61 C
Octal 47 1 73 42 142 0 115 427 141 14
Binary 100111 1 111011 100010 1100010 0 1001101 100010111 1100001 1100

Color Harmonies of #27013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27013B

Black with #27013B

Text Example


Text Example

White with #27013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27013B; }

 p { color: rgb(39,1,59); }

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

background-color css

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

 a { background-color: rgb(39,1,59); }

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

border-color css

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

 span { border-color: rgb(39,1,59); }

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