Html Css Color HEX #270F39 Blackcurrant

📋 copy color: '#270F39'

red 39 ◦ green 15 ◦ blue 57

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

Shades of Blackcurrant #270F39

Tints of Blackcurrant #270F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.51%

 BLUE value IS 57 (22.66% from 255) = 51.35%

R = 35.14%
G = 13.51%
B = 51.35%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#270F39 (or 0x270F39) is known color: Blackcurrant. HEX triplet: 27, 0F and 39. RGB value is (39,15,57). Sum of RGB (Red+Green+Blue) = 39+15+57=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #270F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F39 is #D8F0C6. Grayscale: #1A1A1A. Windows color (decimal): -14217415 or 3739431. OLE color: 3739431.

HSL color Cylindrical-coordinate representation of color #270F39: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270F39 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 15 57 -
CMYK 0.32 0.74 0 0.78
HSL 274.29º 0.58% 0.14% -
HSV(B) 274.29º 0.74% 0.22% -
XYZ 1.75 1.07 3.99 -
YUV 26.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 39 15 57 0.32 0.74 0 0.78 274.29 0.58 0.14
Hex 27 F 39 20 4A 0 4E 112 3A E
Octal 47 17 71 40 112 0 116 422 72 16
Binary 100111 1111 111001 100000 1001010 0 1001110 100010010 111010 1110

Color Harmonies of #270F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270F39

Black with #270F39

Text Example


Text Example

White with #270F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270F39; }

 p { color: rgb(39,15,57); }

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

background-color css

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

 a { background-color: rgb(39,15,57); }

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

border-color css

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

 span { border-color: rgb(39,15,57); }

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