Html Css Color HEX #27014B Blackcurrant

📋 copy color: '#27014B'

red 39 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #27014B

Tints of Blackcurrant #27014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 65.22%

R = 33.91%
G = 0.87%
B = 65.22%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27014B (or 0x27014B) is known color: Blackcurrant. HEX triplet: 27, 01 and 4B. RGB value is (39,1,75). Sum of RGB (Red+Green+Blue) = 39+1+75=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #27014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27014B is #D8FEB4. Grayscale: #141414. Windows color (decimal): -14220981 or 4915495. OLE color: 4915495.

HSL color Cylindrical-coordinate representation of color #27014B: hue angle of 270.81º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27014B is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 1 75 -
CMYK 0.48 0.99 0 0.71
HSL 270.81º 0.97% 0.15% -
HSV(B) 270.81º 0.99% 0.29% -
XYZ 2.12 0.96 6.73 -
YUV 20.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 39 1 75 0.48 0.99 0 0.71 270.81 0.97 0.15
Hex 27 1 4B 30 63 0 47 10F 61 F
Octal 47 1 113 60 143 0 107 417 141 17
Binary 100111 1 1001011 110000 1100011 0 1000111 100001111 1100001 1111

Color Harmonies of #27014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27014B

Black with #27014B

Text Example


Text Example

White with #27014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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