Html Css Color HEX #270053 Blackcurrant

📋 copy color: '#270053'

red 39 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #270053

Tints of Blackcurrant #270053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 68.03%

R = 31.97%
G = 0%
B = 68.03%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#270053 (or 0x270053) is known color: Blackcurrant. HEX triplet: 27, 00 and 53. RGB value is (39,0,83). Sum of RGB (Red+Green+Blue) = 39+0+83=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #270053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270053 is #D8FFAC. Grayscale: #141414. Windows color (decimal): -14221229 or 5439527. OLE color: 5439527.

HSL color Cylindrical-coordinate representation of color #270053: hue angle of 268.19º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270053 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 0 83 -
CMYK 0.53 1 0 0.67
HSL 268.19º 1% 0.16% -
HSV(B) 268.19º 1% 0.33% -
XYZ 2.4 1.06 8.26 -
YUV 21.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 39 0 83 0.53 1 0 0.67 268.19 1 0.16
Hex 27 0 53 35 64 0 43 10C 64 10
Octal 47 0 123 65 144 0 103 414 144 20
Binary 100111 0 1010011 110101 1100100 0 1000011 100001100 1100100 10000

Color Harmonies of #270053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270053

Black with #270053

Text Example


Text Example

White with #270053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270053; }

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

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

background-color css

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

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

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

border-color css

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

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

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