Html Css Color HEX #270B30 Blackcurrant

📋 copy color: '#270B30'

red 39 ◦ green 11 ◦ blue 48

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

Shades of Blackcurrant #270B30

Tints of Blackcurrant #270B30

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.22%

 BLUE value IS 48 (19.14% from 255) = 48.98%

R = 39.8%
G = 11.22%
B = 48.98%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#270B30 (or 0x270B30) is known color: Blackcurrant. HEX triplet: 27, 0B and 30. RGB value is (39,11,48). Sum of RGB (Red+Green+Blue) = 39+11+48=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #270B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B30 is #D8F4CF. Grayscale: #171717. Windows color (decimal): -14218448 or 3148583. OLE color: 3148583.

HSL color Cylindrical-coordinate representation of color #270B30: hue angle of 285.41º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #270B30 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 11 48 -
CMYK 0.19 0.77 0 0.81
HSL 285.41º 0.63% 0.12% -
HSV(B) 285.41º 0.77% 0.19% -
XYZ 1.49 0.88 2.89 -
YUV 23.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 39 11 48 0.19 0.77 0 0.81 285.41 0.63 0.12
Hex 27 B 30 13 4D 0 51 11D 3F C
Octal 47 13 60 23 115 0 121 435 77 14
Binary 100111 1011 110000 10011 1001101 0 1010001 100011101 111111 1100

Color Harmonies of #270B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270B30

Black with #270B30

Text Example


Text Example

White with #270B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,11,48); }

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

background-color css

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

 a { background-color: rgb(39,11,48); }

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

border-color css

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

 span { border-color: rgb(39,11,48); }

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