Html Css Color HEX #38073F Blackcurrant

📋 copy color: '#38073F'

red 56 ◦ green 7 ◦ blue 63

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

Shades of Blackcurrant #38073F

Tints of Blackcurrant #38073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

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

R = 44.44%
G = 5.56%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38073F (or 0x38073F) is known color: Blackcurrant. HEX triplet: 38, 07 and 3F. RGB value is (56,7,63). Sum of RGB (Red+Green+Blue) = 56+7+63=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #38073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38073F is #C7F8C0. Grayscale: #1B1B1B. Windows color (decimal): -13105345 or 4130616. OLE color: 4130616.

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

Color convert

RGB 56 7 63 -
CMYK 0.11 0.89 0 0.75
HSL 292.5º 0.8% 0.14% -
HSV(B) 292.5º 0.89% 0.25% -
XYZ 2.6 1.35 4.83 -
YUV 28.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 56 7 63 0.11 0.89 0 0.75 292.5 0.8 0.14
Hex 38 7 3F B 59 0 4B 124 50 E
Octal 70 7 77 13 131 0 113 444 120 16
Binary 111000 111 111111 1011 1011001 0 1001011 100100100 1010000 1110

Color Harmonies of #38073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38073F

Black with #38073F

Text Example


Text Example

White with #38073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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