Html Css Color HEX #27002D Blackcurrant

📋 copy color: '#27002D'

red 39 ◦ green 0 ◦ blue 45

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

Shades of Blackcurrant #27002D

Tints of Blackcurrant #27002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 53.57%

R = 46.43%
G = 0%
B = 53.57%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27002D (or 0x27002D) is known color: Blackcurrant. HEX triplet: 27, 00 and 2D. RGB value is (39,0,45). Sum of RGB (Red+Green+Blue) = 39+0+45=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #27002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27002D is #D8FFD2. Grayscale: #101010. Windows color (decimal): -14221267 or 2949159. OLE color: 2949159.

HSL color Cylindrical-coordinate representation of color #27002D: hue angle of 292º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27002D is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 0 45 -
CMYK 0.13 1 0 0.82
HSL 292º 1% 0.09% -
HSV(B) 292º 1% 0.18% -
XYZ 1.31 0.62 2.53 -
YUV 16.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 39 0 45 0.13 1 0 0.82 292 1 0.09
Hex 27 0 2D D 64 0 52 124 64 9
Octal 47 0 55 15 144 0 122 444 144 11
Binary 100111 0 101101 1101 1100100 0 1010010 100100100 1100100 1001

Color Harmonies of #27002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27002D

Black with #27002D

Text Example


Text Example

White with #27002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27002D; }

 p { color: rgb(39,0,45); }

 H1.HeaderClassName
 {
   color: #27002D;
 }
 .AnyTagClassName
 {
   color: #27002D;
 }
</style>

background-color css

<style>
 a { background-color: #27002D; }

 a { background-color: rgb(39,0,45); }

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

border-color css

<style>
 span { border-color: #27002D; }

 span { border-color: rgb(39,0,45); }

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