Html Css Color HEX #381328 Blackberry

📋 copy color: '#381328'

red 56 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #381328

Tints of Blackberry #381328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.52%

 BLUE value IS 40 (16.02% from 255) = 34.78%

R = 48.7%
G = 16.52%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#381328 (or 0x381328) is known color: Blackberry. HEX triplet: 38, 13 and 28. RGB value is (56,19,40). Sum of RGB (Red+Green+Blue) = 56+19+40=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381328 is #C7ECD7. Grayscale: #202020. Windows color (decimal): -13102296 or 2626360. OLE color: 2626360.

HSL color Cylindrical-coordinate representation of color #381328: hue angle of 325.95º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381328 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 19 40 -
CMYK 0 0.66 0.29 0.78
HSL 325.95º 0.49% 0.15% -
HSV(B) 325.95º 0.66% 0.22% -
XYZ 2.25 1.46 2.17 -
YUV 32.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 56 19 40 0 0.66 0.29 0.78 325.95 0.49 0.15
Hex 38 13 28 0 42 1D 4E 146 31 F
Octal 70 23 50 0 102 35 116 506 61 17
Binary 111000 10011 101000 0 1000010 11101 1001110 101000110 110001 1111

Color Harmonies of #381328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381328

Black with #381328

Text Example


Text Example

White with #381328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381328; }

 p { color: rgb(56,19,40); }

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

background-color css

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

 a { background-color: rgb(56,19,40); }

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

border-color css

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

 span { border-color: rgb(56,19,40); }

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