Html Css Color HEX #200826 Blackcurrant

📋 copy color: '#200826'

red 32 ◦ green 8 ◦ blue 38

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

Shades of Blackcurrant #200826

Tints of Blackcurrant #200826

RGB

 RED value IS 32 (12.89% from 255) = 41.03%

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

 BLUE value IS 38 (15.23% from 255) = 48.72%

R = 41.03%
G = 10.26%
B = 48.72%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200826 (or 0x200826) is known color: Blackcurrant. HEX triplet: 20, 08 and 26. RGB value is (32,8,38). Sum of RGB (Red+Green+Blue) = 32+8+38=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #200826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200826 is #DFF7D9. Grayscale: #121212. Windows color (decimal): -14677978 or 2492448. OLE color: 2492448.

HSL color Cylindrical-coordinate representation of color #200826: hue angle of 288º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #200826 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 8 38 -
CMYK 0.16 0.79 0 0.85
HSL 288º 0.65% 0.09% -
HSV(B) 288º 0.79% 0.15% -
XYZ 1.03 0.62 1.9 -
YUV 18.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 32 8 38 0.16 0.79 0 0.85 288 0.65 0.09
Hex 20 8 26 10 4F 0 55 120 41 9
Octal 40 10 46 20 117 0 125 440 101 11
Binary 100000 1000 100110 10000 1001111 0 1010101 100100000 1000001 1001

Color Harmonies of #200826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200826

Black with #200826

Text Example


Text Example

White with #200826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200826; }

 p { color: rgb(32,8,38); }

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

background-color css

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

 a { background-color: rgb(32,8,38); }

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

border-color css

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

 span { border-color: rgb(32,8,38); }

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