Html Css Color HEX #270352 Blackcurrant

📋 copy color: '#270352'

red 39 ◦ green 3 ◦ blue 82

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

Shades of Blackcurrant #270352

Tints of Blackcurrant #270352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 66.13%

R = 31.45%
G = 2.42%
B = 66.13%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#270352 (or 0x270352) is known color: Blackcurrant. HEX triplet: 27, 03 and 52. RGB value is (39,3,82). Sum of RGB (Red+Green+Blue) = 39+3+82=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #270352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270352 is #D8FCAD. Grayscale: #161616. Windows color (decimal): -14220462 or 5374759. OLE color: 5374759.

HSL color Cylindrical-coordinate representation of color #270352: hue angle of 267.34º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270352 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 3 82 -
CMYK 0.52 0.96 0 0.68
HSL 267.34º 0.93% 0.17% -
HSV(B) 267.34º 0.96% 0.32% -
XYZ 2.39 1.11 8.07 -
YUV 22.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 39 3 82 0.52 0.96 0 0.68 267.34 0.93 0.17
Hex 27 3 52 34 60 0 44 10B 5D 11
Octal 47 3 122 64 140 0 104 413 135 21
Binary 100111 11 1010010 110100 1100000 0 1000100 100001011 1011101 10001

Color Harmonies of #270352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270352

Black with #270352

Text Example


Text Example

White with #270352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270352; }

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

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

background-color css

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

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

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

border-color css

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

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

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