Html Css Color HEX #27092F Blackcurrant

📋 copy color: '#27092F'

red 39 ◦ green 9 ◦ blue 47

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

Shades of Blackcurrant #27092F

Tints of Blackcurrant #27092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 49.47%

R = 41.05%
G = 9.47%
B = 49.47%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27092F (or 0x27092F) is known color: Blackcurrant. HEX triplet: 27, 09 and 2F. RGB value is (39,9,47). Sum of RGB (Red+Green+Blue) = 39+9+47=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #27092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27092F is #D8F6D0. Grayscale: #161616. Windows color (decimal): -14218961 or 3082535. OLE color: 3082535.

HSL color Cylindrical-coordinate representation of color #27092F: hue angle of 287.37º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27092F is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 9 47 -
CMYK 0.17 0.81 0 0.82
HSL 287.37º 0.68% 0.11% -
HSV(B) 287.37º 0.81% 0.18% -
XYZ 1.45 0.83 2.77 -
YUV 22.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 39 9 47 0.17 0.81 0 0.82 287.37 0.68 0.11
Hex 27 9 2F 11 51 0 52 11F 44 B
Octal 47 11 57 21 121 0 122 437 104 13
Binary 100111 1001 101111 10001 1010001 0 1010010 100011111 1000100 1011

Color Harmonies of #27092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27092F

Black with #27092F

Text Example


Text Example

White with #27092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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