Html Css Color HEX #270340 Blackcurrant

📋 copy color: '#270340'

red 39 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #270340

Tints of Blackcurrant #270340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.83%

 BLUE value IS 64 (25.39% from 255) = 60.38%

R = 36.79%
G = 2.83%
B = 60.38%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#270340 (or 0x270340) is known color: Blackcurrant. HEX triplet: 27, 03 and 40. RGB value is (39,3,64). Sum of RGB (Red+Green+Blue) = 39+3+64=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #270340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270340 is #D8FCBF. Grayscale: #141414. Windows color (decimal): -14220480 or 4195111. OLE color: 4195111.

HSL color Cylindrical-coordinate representation of color #270340: hue angle of 275.41º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270340 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 3 64 -
CMYK 0.39 0.95 0 0.75
HSL 275.41º 0.91% 0.13% -
HSV(B) 275.41º 0.95% 0.25% -
XYZ 1.79 0.87 4.92 -
YUV 20.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 39 3 64 0.39 0.95 0 0.75 275.41 0.91 0.13
Hex 27 3 40 27 5F 0 4B 113 5B D
Octal 47 3 100 47 137 0 113 423 133 15
Binary 100111 11 1000000 100111 1011111 0 1001011 100010011 1011011 1101

Color Harmonies of #270340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270340

Black with #270340

Text Example


Text Example

White with #270340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270340; }

 p { color: rgb(39,3,64); }

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

background-color css

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

 a { background-color: rgb(39,3,64); }

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

border-color css

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

 span { border-color: rgb(39,3,64); }

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