Html Css Color HEX #38253F Blackcurrant

📋 copy color: '#38253F'

red 56 ◦ green 37 ◦ blue 63

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

Shades of Blackcurrant #38253F

Tints of Blackcurrant #38253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.72%

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

R = 35.9%
G = 23.72%
B = 40.38%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38253F (or 0x38253F) is known color: Blackcurrant. HEX triplet: 38, 25 and 3F. RGB value is (56,37,63). Sum of RGB (Red+Green+Blue) = 56+37+63=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #38253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38253F is #C7DAC0. Grayscale: #2D2D2D. Windows color (decimal): -13097665 or 4138296. OLE color: 4138296.

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

Color convert

RGB 56 37 63 -
CMYK 0.11 0.41 0 0.75
HSL 283.85º 0.26% 0.2% -
HSV(B) 283.85º 0.41% 0.25% -
XYZ 3.19 2.52 5.02 -
YUV 45.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 56 37 63 0.11 0.41 0 0.75 283.85 0.26 0.2
Hex 38 25 3F B 29 0 4B 11C 1A 14
Octal 70 45 77 13 51 0 113 434 32 24
Binary 111000 100101 111111 1011 101001 0 1001011 100011100 11010 10100

Color Harmonies of #38253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38253F

Black with #38253F

Text Example


Text Example

White with #38253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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