Html Css Color HEX #38003F Blackcurrant

📋 copy color: '#38003F'

red 56 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #38003F

Tints of Blackcurrant #38003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.06%
G = 0%
B = 52.94%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38003F (or 0x38003F) is known color: Blackcurrant. HEX triplet: 38, 00 and 3F. RGB value is (56,0,63). Sum of RGB (Red+Green+Blue) = 56+0+63=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #38003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38003F is #C7FFC0. Grayscale: #171717. Windows color (decimal): -13107137 or 4128824. OLE color: 4128824.

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

Color convert

RGB 56 0 63 -
CMYK 0.11 1 0 0.75
HSL 293.33º 1% 0.12% -
HSV(B) 293.33º 1% 0.25% -
XYZ 2.53 1.2 4.8 -
YUV 23.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 56 0 63 0.11 1 0 0.75 293.33 1 0.12
Hex 38 0 3F B 64 0 4B 125 64 C
Octal 70 0 77 13 144 0 113 445 144 14
Binary 111000 0 111111 1011 1100100 0 1001011 100100101 1100100 1100

Color Harmonies of #38003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38003F

Black with #38003F

Text Example


Text Example

White with #38003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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