Html Css Color HEX #380325 Blackberry

📋 copy color: '#380325'

red 56 ◦ green 3 ◦ blue 37

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

Shades of Blackberry #380325

Tints of Blackberry #380325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

 BLUE value IS 37 (14.84% from 255) = 38.54%

R = 58.33%
G = 3.13%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#380325 (or 0x380325) is known color: Blackberry. HEX triplet: 38, 03 and 25. RGB value is (56,3,37). Sum of RGB (Red+Green+Blue) = 56+3+37=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380325 is #C7FCDA. Grayscale: #161616. Windows color (decimal): -13106395 or 2425656. OLE color: 2425656.

HSL color Cylindrical-coordinate representation of color #380325: hue angle of 321.51º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380325 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 3 37 -
CMYK 0 0.95 0.34 0.78
HSL 321.51º 0.9% 0.12% -
HSV(B) 321.51º 0.95% 0.22% -
XYZ 2 1.04 1.85 -
YUV 22.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 56 3 37 0 0.95 0.34 0.78 321.51 0.9 0.12
Hex 38 3 25 0 5F 22 4E 142 5A C
Octal 70 3 45 0 137 42 116 502 132 14
Binary 111000 11 100101 0 1011111 100010 1001110 101000010 1011010 1100

Color Harmonies of #380325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380325

Black with #380325

Text Example


Text Example

White with #380325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380325; }

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

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

background-color css

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

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

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

border-color css

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

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

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