Html Css Color HEX #27003D Blackcurrant

📋 copy color: '#27003D'

red 39 ◦ green 0 ◦ blue 61

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

Shades of Blackcurrant #27003D

Tints of Blackcurrant #27003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 61%

R = 39%
G = 0%
B = 61%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27003D (or 0x27003D) is known color: Blackcurrant. HEX triplet: 27, 00 and 3D. RGB value is (39,0,61). Sum of RGB (Red+Green+Blue) = 39+0+61=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #27003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27003D is #D8FFC2. Grayscale: #121212. Windows color (decimal): -14221251 or 3997735. OLE color: 3997735.

HSL color Cylindrical-coordinate representation of color #27003D: hue angle of 278.36º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27003D is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 0 61 -
CMYK 0.36 1 0 0.76
HSL 278.36º 1% 0.12% -
HSV(B) 278.36º 1% 0.24% -
XYZ 1.68 0.77 4.47 -
YUV 18.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 39 0 61 0.36 1 0 0.76 278.36 1 0.12
Hex 27 0 3D 24 64 0 4C 116 64 C
Octal 47 0 75 44 144 0 114 426 144 14
Binary 100111 0 111101 100100 1100100 0 1001100 100010110 1100100 1100

Color Harmonies of #27003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27003D

Black with #27003D

Text Example


Text Example

White with #27003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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