Html Css Color HEX #381326 Blackberry

📋 copy color: '#381326'

red 56 ◦ green 19 ◦ blue 38

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

Shades of Blackberry #381326

Tints of Blackberry #381326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.63%

R = 49.56%
G = 16.81%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#381326 (or 0x381326) is known color: Blackberry. HEX triplet: 38, 13 and 26. RGB value is (56,19,38). Sum of RGB (Red+Green+Blue) = 56+19+38=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381326 is #C7ECD9. Grayscale: #202020. Windows color (decimal): -13102298 or 2495288. OLE color: 2495288.

HSL color Cylindrical-coordinate representation of color #381326: hue angle of 329.19º 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 #381326 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 19 38 -
CMYK 0 0.66 0.32 0.78
HSL 329.19º 0.49% 0.15% -
HSV(B) 329.19º 0.66% 0.22% -
XYZ 2.21 1.45 2 -
YUV 32.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 56 19 38 0 0.66 0.32 0.78 329.19 0.49 0.15
Hex 38 13 26 0 42 20 4E 149 31 F
Octal 70 23 46 0 102 40 116 511 61 17
Binary 111000 10011 100110 0 1000010 100000 1001110 101001001 110001 1111

Color Harmonies of #381326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381326

Black with #381326

Text Example


Text Example

White with #381326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381326; }

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

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

background-color css

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

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

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

border-color css

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

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

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