Html Css Color HEX #27063C Blackcurrant

📋 copy color: '#27063C'

red 39 ◦ green 6 ◦ blue 60

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

Shades of Blackcurrant #27063C

Tints of Blackcurrant #27063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

 BLUE value IS 60 (23.83% from 255) = 57.14%

R = 37.14%
G = 5.71%
B = 57.14%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27063C (or 0x27063C) is known color: Blackcurrant. HEX triplet: 27, 06 and 3C. RGB value is (39,6,60). Sum of RGB (Red+Green+Blue) = 39+6+60=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #27063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27063C is #D8F9C3. Grayscale: #151515. Windows color (decimal): -14219716 or 3933735. OLE color: 3933735.

HSL color Cylindrical-coordinate representation of color #27063C: hue angle of 276.67º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27063C is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 6 60 -
CMYK 0.35 0.90 0 0.76
HSL 276.67º 0.82% 0.13% -
HSV(B) 276.67º 0.9% 0.24% -
XYZ 1.72 0.89 4.36 -
YUV 22.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 39 6 60 0.35 0.90 0 0.76 276.67 0.82 0.13
Hex 27 6 3C 23 5A 0 4C 115 52 D
Octal 47 6 74 43 132 0 114 425 122 15
Binary 100111 110 111100 100011 1011010 0 1001100 100010101 1010010 1101

Color Harmonies of #27063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27063C

Black with #27063C

Text Example


Text Example

White with #27063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27063C; }

 p { color: rgb(39,6,60); }

 H1.HeaderClassName
 {
   color: #27063C;
 }
 .AnyTagClassName
 {
   color: #27063C;
 }
</style>

background-color css

<style>
 a { background-color: #27063C; }

 a { background-color: rgb(39,6,60); }

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

border-color css

<style>
 span { border-color: #27063C; }

 span { border-color: rgb(39,6,60); }

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