Html Css Color HEX #38203F Blackcurrant

📋 copy color: '#38203F'

red 56 ◦ green 32 ◦ blue 63

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

Shades of Blackcurrant #38203F

Tints of Blackcurrant #38203F

RGB

 RED value IS 56 (22.27% from 255) = 37.09%

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 63 (25% from 255) = 41.72%

R = 37.09%
G = 21.19%
B = 41.72%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38203F (or 0x38203F) is known color: Blackcurrant. HEX triplet: 38, 20 and 3F. RGB value is (56,32,63). Sum of RGB (Red+Green+Blue) = 56+32+63=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #38203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38203F is #C7DFC0. Grayscale: #2A2A2A. Windows color (decimal): -13098945 or 4137016. OLE color: 4137016.

HSL color Cylindrical-coordinate representation of color #38203F: hue angle of 286.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38203F is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 32 63 -
CMYK 0.11 0.49 0 0.75
HSL 286.45º 0.33% 0.19% -
HSV(B) 286.45º 0.49% 0.25% -
XYZ 3.04 2.23 4.97 -
YUV 42.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 56 32 63 0.11 0.49 0 0.75 286.45 0.33 0.19
Hex 38 20 3F B 31 0 4B 11E 21 13
Octal 70 40 77 13 61 0 113 436 41 23
Binary 111000 100000 111111 1011 110001 0 1001011 100011110 100001 10011

Color Harmonies of #38203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38203F

Black with #38203F

Text Example


Text Example

White with #38203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,32,63); }

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

background-color css

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

 a { background-color: rgb(56,32,63); }

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

border-color css

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

 span { border-color: rgb(56,32,63); }

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