Html Css Color HEX #270038 Blackcurrant

📋 copy color: '#270038'

red 39 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #270038

Tints of Blackcurrant #270038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 58.95%

R = 41.05%
G = 0%
B = 58.95%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#270038 (or 0x270038) is known color: Blackcurrant. HEX triplet: 27, 00 and 38. RGB value is (39,0,56). Sum of RGB (Red+Green+Blue) = 39+0+56=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #270038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270038 is #D8FFC7. Grayscale: #111111. Windows color (decimal): -14221256 or 3670055. OLE color: 3670055.

HSL color Cylindrical-coordinate representation of color #270038: hue angle of 281.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270038 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 0 56 -
CMYK 0.30 1 0 0.78
HSL 281.79º 1% 0.11% -
HSV(B) 281.79º 1% 0.22% -
XYZ 1.55 0.72 3.8 -
YUV 18.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 39 0 56 0.30 1 0 0.78 281.79 1 0.11
Hex 27 0 38 1E 64 0 4E 11A 64 B
Octal 47 0 70 36 144 0 116 432 144 13
Binary 100111 0 111000 11110 1100100 0 1001110 100011010 1100100 1011

Color Harmonies of #270038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270038

Black with #270038

Text Example


Text Example

White with #270038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270038; }

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

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

background-color css

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

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

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

border-color css

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

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

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