Html Css Color HEX #270D2E Blackcurrant

📋 copy color: '#270D2E'

red 39 ◦ green 13 ◦ blue 46

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

Shades of Blackcurrant #270D2E

Tints of Blackcurrant #270D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 46.94%

R = 39.8%
G = 13.27%
B = 46.94%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#270D2E (or 0x270D2E) is known color: Blackcurrant. HEX triplet: 27, 0D and 2E. RGB value is (39,13,46). Sum of RGB (Red+Green+Blue) = 39+13+46=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #270D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D2E is #D8F2D1. Grayscale: #181818. Windows color (decimal): -14217938 or 3018023. OLE color: 3018023.

HSL color Cylindrical-coordinate representation of color #270D2E: hue angle of 287.27º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270D2E is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 13 46 -
CMYK 0.15 0.72 0 0.82
HSL 287.27º 0.56% 0.12% -
HSV(B) 287.27º 0.72% 0.18% -
XYZ 1.47 0.92 2.68 -
YUV 24.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 39 13 46 0.15 0.72 0 0.82 287.27 0.56 0.12
Hex 27 D 2E F 48 0 52 11F 38 C
Octal 47 15 56 17 110 0 122 437 70 14
Binary 100111 1101 101110 1111 1001000 0 1010010 100011111 111000 1100

Color Harmonies of #270D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270D2E

Black with #270D2E

Text Example


Text Example

White with #270D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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