Html Css Color HEX #200F34 Blackcurrant

📋 copy color: '#200F34'

red 32 ◦ green 15 ◦ blue 52

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

Shades of Blackcurrant #200F34

Tints of Blackcurrant #200F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.15%

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

R = 32.32%
G = 15.15%
B = 52.53%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#200F34 (or 0x200F34) is known color: Blackcurrant. HEX triplet: 20, 0F and 34. RGB value is (32,15,52). Sum of RGB (Red+Green+Blue) = 32+15+52=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #200F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F34 is #DFF0CB. Grayscale: #181818. Windows color (decimal): -14676172 or 3411744. OLE color: 3411744.

HSL color Cylindrical-coordinate representation of color #200F34: hue angle of 267.57º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #200F34 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 15 52 -
CMYK 0.38 0.71 0 0.80
HSL 267.57º 0.55% 0.13% -
HSV(B) 267.57º 0.71% 0.2% -
XYZ 1.39 0.9 3.35 -
YUV 24.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 32 15 52 0.38 0.71 0 0.80 267.57 0.55 0.13
Hex 20 F 34 26 47 0 50 10C 37 D
Octal 40 17 64 46 107 0 120 414 67 15
Binary 100000 1111 110100 100110 1000111 0 1010000 100001100 110111 1101

Color Harmonies of #200F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F34

Black with #200F34

Text Example


Text Example

White with #200F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200F34; }

 p { color: rgb(32,15,52); }

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

background-color css

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

 a { background-color: rgb(32,15,52); }

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

border-color css

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

 span { border-color: rgb(32,15,52); }

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