Html Css Color HEX #270C34 Blackcurrant

📋 copy color: '#270C34'

red 39 ◦ green 12 ◦ blue 52

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

Shades of Blackcurrant #270C34

Tints of Blackcurrant #270C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.65%

 BLUE value IS 52 (20.7% from 255) = 50.49%

R = 37.86%
G = 11.65%
B = 50.49%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#270C34 (or 0x270C34) is known color: Blackcurrant. HEX triplet: 27, 0C and 34. RGB value is (39,12,52). Sum of RGB (Red+Green+Blue) = 39+12+52=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #270C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C34 is #D8F3CB. Grayscale: #181818. Windows color (decimal): -14218188 or 3410983. OLE color: 3410983.

HSL color Cylindrical-coordinate representation of color #270C34: hue angle of 280.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #270C34 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 12 52 -
CMYK 0.25 0.77 0 0.80
HSL 280.5º 0.63% 0.13% -
HSV(B) 280.5º 0.77% 0.2% -
XYZ 1.59 0.94 3.35 -
YUV 24.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 39 12 52 0.25 0.77 0 0.80 280.5 0.63 0.13
Hex 27 C 34 19 4D 0 50 118 3E D
Octal 47 14 64 31 115 0 120 430 76 15
Binary 100111 1100 110100 11001 1001101 0 1010000 100011000 111110 1101

Color Harmonies of #270C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C34

Black with #270C34

Text Example


Text Example

White with #270C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,12,52); }

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

background-color css

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

 a { background-color: rgb(39,12,52); }

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

border-color css

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

 span { border-color: rgb(39,12,52); }

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