Html Css Color HEX #270D42 Blackcurrant

📋 copy color: '#270D42'

red 39 ◦ green 13 ◦ blue 66

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

Shades of Blackcurrant #270D42

Tints of Blackcurrant #270D42

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.02%

 BLUE value IS 66 (26.17% from 255) = 55.93%

R = 33.05%
G = 11.02%
B = 55.93%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#270D42 (or 0x270D42) is known color: Blackcurrant. HEX triplet: 27, 0D and 42. RGB value is (39,13,66). Sum of RGB (Red+Green+Blue) = 39+13+66=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #270D42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D42 is #D8F2BD. Grayscale: #1A1A1A. Windows color (decimal): -14217918 or 4328743. OLE color: 4328743.

HSL color Cylindrical-coordinate representation of color #270D42: hue angle of 269.43º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #270D42 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 13 66 -
CMYK 0.41 0.80 0 0.74
HSL 269.43º 0.67% 0.15% -
HSV(B) 269.43º 0.8% 0.26% -
XYZ 1.96 1.11 5.27 -
YUV 26.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 39 13 66 0.41 0.80 0 0.74 269.43 0.67 0.15
Hex 27 D 42 29 50 0 4A 10D 43 F
Octal 47 15 102 51 120 0 112 415 103 17
Binary 100111 1101 1000010 101001 1010000 0 1001010 100001101 1000011 1111

Color Harmonies of #270D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270D42

Black with #270D42

Text Example


Text Example

White with #270D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,13,66); }

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

background-color css

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

 a { background-color: rgb(39,13,66); }

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

border-color css

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

 span { border-color: rgb(39,13,66); }

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