Html Css Color HEX #27034B Blackcurrant

📋 copy color: '#27034B'

red 39 ◦ green 3 ◦ blue 75

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

Shades of Blackcurrant #27034B

Tints of Blackcurrant #27034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

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

R = 33.33%
G = 2.56%
B = 64.1%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27034B (or 0x27034B) is known color: Blackcurrant. HEX triplet: 27, 03 and 4B. RGB value is (39,3,75). Sum of RGB (Red+Green+Blue) = 39+3+75=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #27034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27034B is #D8FCB4. Grayscale: #151515. Windows color (decimal): -14220469 or 4916007. OLE color: 4916007.

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

Color convert

RGB 39 3 75 -
CMYK 0.48 0.96 0 0.71
HSL 270º 0.92% 0.15% -
HSV(B) 270º 0.96% 0.29% -
XYZ 2.14 1 6.74 -
YUV 21.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 39 3 75 0.48 0.96 0 0.71 270 0.92 0.15
Hex 27 3 4B 30 60 0 47 10E 5C F
Octal 47 3 113 60 140 0 107 416 134 17
Binary 100111 11 1001011 110000 1100000 0 1000111 100001110 1011100 1111

Color Harmonies of #27034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27034B

Black with #27034B

Text Example


Text Example

White with #27034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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