Html Css Color HEX #27092B Blackcurrant

📋 copy color: '#27092B'

red 39 ◦ green 9 ◦ blue 43

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

Shades of Blackcurrant #27092B

Tints of Blackcurrant #27092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

 BLUE value IS 43 (17.19% from 255) = 47.25%

R = 42.86%
G = 9.89%
B = 47.25%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#27092B (or 0x27092B) is known color: Blackcurrant. HEX triplet: 27, 09 and 2B. RGB value is (39,9,43). Sum of RGB (Red+Green+Blue) = 39+9+43=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #27092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27092B is #D8F6D4. Grayscale: #151515. Windows color (decimal): -14218965 or 2820391. OLE color: 2820391.

HSL color Cylindrical-coordinate representation of color #27092B: hue angle of 292.94º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27092B is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 39 9 43 -
CMYK 0.09 0.79 0 0.83
HSL 292.94º 0.65% 0.1% -
HSV(B) 292.94º 0.79% 0.17% -
XYZ 1.37 0.8 2.37 -
YUV 21.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 39 9 43 0.09 0.79 0 0.83 292.94 0.65 0.1
Hex 27 9 2B 9 4F 0 53 125 41 A
Octal 47 11 53 11 117 0 123 445 101 12
Binary 100111 1001 101011 1001 1001111 0 1010011 100100101 1000001 1010

Color Harmonies of #27092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27092B

Black with #27092B

Text Example


Text Example

White with #27092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27092B; }

 p { color: rgb(39,9,43); }

 H1.HeaderClassName
 {
   color: #27092B;
 }
 .AnyTagClassName
 {
   color: #27092B;
 }
</style>

background-color css

<style>
 a { background-color: #27092B; }

 a { background-color: rgb(39,9,43); }

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

border-color css

<style>
 span { border-color: #27092B; }

 span { border-color: rgb(39,9,43); }

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