Html Css Color HEX #27063F Blackcurrant

📋 copy color: '#27063F'

red 39 ◦ green 6 ◦ blue 63

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

Shades of Blackcurrant #27063F

Tints of Blackcurrant #27063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 58.33%

R = 36.11%
G = 5.56%
B = 58.33%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#27063F (or 0x27063F) is known color: Blackcurrant. HEX triplet: 27, 06 and 3F. RGB value is (39,6,63). Sum of RGB (Red+Green+Blue) = 39+6+63=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #27063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27063F is #D8F9C0. Grayscale: #161616. Windows color (decimal): -14219713 or 4130343. OLE color: 4130343.

HSL color Cylindrical-coordinate representation of color #27063F: hue angle of 274.74º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27063F is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 6 63 -
CMYK 0.38 0.90 0 0.75
HSL 274.74º 0.83% 0.14% -
HSV(B) 274.74º 0.9% 0.25% -
XYZ 1.8 0.92 4.79 -
YUV 22.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 39 6 63 0.38 0.90 0 0.75 274.74 0.83 0.14
Hex 27 6 3F 26 5A 0 4B 113 53 E
Octal 47 6 77 46 132 0 113 423 123 16
Binary 100111 110 111111 100110 1011010 0 1001011 100010011 1010011 1110

Color Harmonies of #27063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27063F

Black with #27063F

Text Example


Text Example

White with #27063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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