Html Css Color HEX #381425 Blackberry

📋 copy color: '#381425'

red 56 ◦ green 20 ◦ blue 37

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

Shades of Blackberry #381425

Tints of Blackberry #381425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

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

R = 49.56%
G = 17.7%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#381425 (or 0x381425) is known color: Blackberry. HEX triplet: 38, 14 and 25. RGB value is (56,20,37). Sum of RGB (Red+Green+Blue) = 56+20+37=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381425 is #C7EBDA. Grayscale: #202020. Windows color (decimal): -13102043 or 2430008. OLE color: 2430008.

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

Color convert

RGB 56 20 37 -
CMYK 0 0.64 0.34 0.78
HSL 331.67º 0.47% 0.15% -
HSV(B) 331.67º 0.64% 0.22% -
XYZ 2.21 1.47 1.92 -
YUV 32.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 56 20 37 0 0.64 0.34 0.78 331.67 0.47 0.15
Hex 38 14 25 0 40 22 4E 14C 2F F
Octal 70 24 45 0 100 42 116 514 57 17
Binary 111000 10100 100101 0 1000000 100010 1001110 101001100 101111 1111

Color Harmonies of #381425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381425

Black with #381425

Text Example


Text Example

White with #381425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381425; }

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

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

background-color css

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

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

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

border-color css

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

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

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