Html Css Color HEX #27082B Blackcurrant

📋 copy color: '#27082B'

red 39 ◦ green 8 ◦ blue 43

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

Shades of Blackcurrant #27082B

Tints of Blackcurrant #27082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.89%

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

R = 43.33%
G = 8.89%
B = 47.78%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#27082B (or 0x27082B) is known color: Blackcurrant. HEX triplet: 27, 08 and 2B. RGB value is (39,8,43). Sum of RGB (Red+Green+Blue) = 39+8+43=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #27082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27082B is #D8F7D4. Grayscale: #151515. Windows color (decimal): -14219221 or 2820135. OLE color: 2820135.

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

Color convert

RGB 39 8 43 -
CMYK 0.09 0.81 0 0.83
HSL 293.14º 0.69% 0.1% -
HSV(B) 293.14º 0.81% 0.17% -
XYZ 1.36 0.78 2.36 -
YUV 21.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 39 8 43 0.09 0.81 0 0.83 293.14 0.69 0.1
Hex 27 8 2B 9 51 0 53 125 45 A
Octal 47 10 53 11 121 0 123 445 105 12
Binary 100111 1000 101011 1001 1010001 0 1010011 100100101 1000101 1010

Color Harmonies of #27082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27082B

Black with #27082B

Text Example


Text Example

White with #27082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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